summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2017-05-16 08:49:59 +0100
committerJonathan Steel2017-05-16 08:49:59 +0100
commitbf440f6d0810e6131fd0e6272c4e4337c631628d (patch)
tree4f6e82079dbfe707af4508cabe0c3592949c4a9d /PKGBUILD
parent117cc623dec88ce1d517c745eaab763453fe585d (diff)
downloadaur-bf440f6d0810e6131fd0e6272c4e4337c631628d.tar.gz
Fix permissions for logrotate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13af32b73901..0846827833e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=thruk
_pkgver=2.14-2
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken"
arch=('any')
url="http://thruk.org"
@@ -51,4 +51,5 @@ package() {
chown -R 33:33 "$pkgdir"/var/{lib,log}/thruk/ "$pkgdir"/etc/thruk/panorama/
chmod 770 "$pkgdir"/var/lib/thruk/
+ chmod 750 "$pkgdir"/var/log/thruk/
}