aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-09 19:17:16 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-09 19:43:13 +0200
commitf184efa19267bd498050b4c3a3ca83c23e5744c6 (patch)
treed2b05eb6fa1b929a3f77b1c787c2f5a7c798242b /main/nginx
parent79e3c5ffd36ef749b04afa929122cb78479c405c (diff)
downloadaports-f184efa19267bd498050b4c3a3ca83c23e5744c6.tar.bz2
aports-f184efa19267bd498050b4c3a3ca83c23e5744c6.tar.xz
main/nginx: remove archaic charset maps
Diffstat (limited to 'main/nginx')
-rw-r--r--main/nginx/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 14679a8c7d..1d624fec55 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -4,7 +4,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=nginx
pkgver=1.12.0
-pkgrel=1
+pkgrel=2
# Revision of nginx-tests to use for check().
_tests_hgrev=cdd44ff602db
pkgdesc="HTTP and reverse proxy server (stable version)"
@@ -217,6 +217,9 @@ package() {
ln -sf /var/tmp/$pkgname ./var/lib/$pkgname/tmp
ln -sf /run/$pkgname ./var/lib/$pkgname/run
+ # Remove archaic charset maps.
+ rm ./etc/$pkgname/koi-* ./etc/$pkgname/win-utf
+
rm -rf ./run ./etc/$pkgname/*.default
}