diff options
-rw-r--r-- | community/icingaweb2/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/icingaweb2/APKBUILD b/community/icingaweb2/APKBUILD index eca47e40fe..897b3d2947 100644 --- a/community/icingaweb2/APKBUILD +++ b/community/icingaweb2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=icingaweb2 pkgver=2.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Web Interface for Icinga2" url="http://www.icinga.org" arch="noarch !armhf" @@ -36,6 +36,7 @@ package() { cp -r application doc library modules public bin etc "$pkgdir"/usr/share/webapps/$pkgname ln -s /usr/share/webapps/icingaweb2/bin/icingacli "$pkgdir"/usr/bin/icingacli chmod 2770 "$pkgdir"/etc/$pkgname + chgrp -R $pkggroups "$pkgdir"/etc/$pkgname chmod 750 "$pkgdir"/var/log/$pkgname install -Dm644 COPYING "$pkgdir/usr/share/licenses/icingaweb2/LICENSE" |