From d8519a519fb67545323e6ac9241e5b74ed65319f Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 23 Oct 2008 23:05:58 -0500 Subject: fix permissions on socket dir --- abs/core-testing/lighttpd/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 65de89d..ab5eadc 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -1,6 +1,6 @@ pkgname=lighttpd pkgver=1.4.20 -pkgrel=3 +pkgrel=5 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -50,10 +50,9 @@ build() { install -D -m755 ../lighttpd.rc.d $pkgdir/etc/rc.d/lighttpd install -D -m644 ../lighttpd.logrotate.d $pkgdir/etc/logrotate.d/lighttpd - install -d -m755 $pkgdir/var/run/lighttpd/ - install -d -m755 $pkgdir/var/run/lighttpd/ + install -d -m755 -o http -g http $pkgdir/var/run/lighttpd/ install -d -m755 -o http -g http $pkgdir/var/log/lighttpd/ - + # set sane defaults -- cgit v0.12