diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-06-03 17:31:51 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-03 16:46:53 +0200 |
commit | d81aa6d284e3a37d1bcd247c013777f9d4dd998d (patch) | |
tree | fe811af16663ad38ee2b6f00174e2efc6454b742 | |
parent | e1b4e31720ad0262a0583cffefabe3e3dfbd4254 (diff) | |
download | aports-d81aa6d284e3a37d1bcd247c013777f9d4dd998d.tar.bz2 aports-d81aa6d284e3a37d1bcd247c013777f9d4dd998d.tar.xz |
main/nginx: fix collision with deprecated package "nginx-initscripts"
fixes #5671
-rw-r--r-- | main/nginx/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 646313ca32..3bea5b503d 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -4,7 +4,7 @@ pkgname=nginx pkgver=1.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP and reverse proxy server" url="http://www.nginx.org/en" arch="all" @@ -134,6 +134,7 @@ package() { common() { pkgdesc="$pkgdesc (common files)" depends= + replaces="nginx-initscripts" arch="noarch" mkdir -p "$subpkgdir" mv "$pkgdir"/etc "$pkgdir"/var "$subpkgdir"/ |