diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-06 18:08:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-06 18:08:05 +0000 |
commit | 27b45066dad182078cf78b15827e76d58f25ef1c (patch) | |
tree | 7f646cc55242c240f6f48a2db46bbfc60d8db119 /community/icingaweb2/APKBUILD | |
parent | 6e505abcd5171af03bd65cd0c7c8dd0b6a9c16b9 (diff) | |
download | aports-27b45066dad182078cf78b15827e76d58f25ef1c.tar.bz2 aports-27b45066dad182078cf78b15827e76d58f25ef1c.tar.xz |
community/icingaweb2: fix permissions for etc dir
Diffstat (limited to 'community/icingaweb2/APKBUILD')
-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" |