~alpine/aports

main/nginx: fix collision with deprecated package "nginx-initscripts" v1 PROPOSED

Valery Kartel: 1
 main/nginx: fix collision with deprecated package "nginx-initscripts"

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/512/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/nginx: fix collision with deprecated package "nginx-initscripts" Export this patch

---
 main/nginx/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD
index 6cc3e7d..5741405 100644
--- a/main/nginx/APKBUILD
+++ b/main/nginx/APKBUILD
@@ -4,7 +4,7 @@

pkgname=nginx
pkgver=1.10.0
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"/
-- 
2.8.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---