~alpine/devel

testing/zabbix: create /usr/share/webapps/zabbix v1 PROPOSED

Jeff Bilyk: 2
 testing/zabbix: create /usr/share/webapps/zabbix
 testing/zabbix: bump pkgrel

 2 files changed, 3 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/devel/patches/172/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/zabbix: create /usr/share/webapps/zabbix Export this patch

create folder /usr/share/webapps/zabbix before copying in files
---
 testing/zabbix/APKBUILD |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/testing/zabbix/APKBUILD b/testing/zabbix/APKBUILD
index 480f424..3c37115 100644
--- a/testing/zabbix/APKBUILD
+++ b/testing/zabbix/APKBUILD
@@ -56,6 +56,8 @@ package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install

	mkdir -p "$pkgdir"/usr/share/webapps/zabbix

	install -d -m0750 -o zabbix -g zabbix \
		"$pkgdir"/var/run/zabbix "$pkgdir"/var/log/zabbix

-- 
1.7.3.2



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

[alpine-devel] [PATCH] testing/zabbix: bump pkgrel Export this patch

Forgot to bump pkgrel with directory creation change
---
 testing/zabbix/APKBUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testing/zabbix/APKBUILD b/testing/zabbix/APKBUILD
index 3c37115..59d071b 100644
--- a/testing/zabbix/APKBUILD
+++ b/testing/zabbix/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <natanael.copa@gmail.com>
pkgname=zabbix
pkgver=1.8.2
pkgrel=1
pkgrel=2
pkgdesc="Enterprise-class open source distributed monitoring"
url="www.zabbix.com"
license="GPL"
-- 
1.7.3.2



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