diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-24 04:05:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-24 04:05:58 (GMT) |
commit | d8519a519fb67545323e6ac9241e5b74ed65319f (patch) | |
tree | e7ad468923d418663c36ea51ad812ad5c093ac0e /abs/core-testing/lighttpd/PKGBUILD | |
parent | 5c5c2effa0a2ba11497c60bf1c04e1fd09148836 (diff) | |
download | linhes_pkgbuild-d8519a519fb67545323e6ac9241e5b74ed65319f.zip linhes_pkgbuild-d8519a519fb67545323e6ac9241e5b74ed65319f.tar.gz linhes_pkgbuild-d8519a519fb67545323e6ac9241e5b74ed65319f.tar.bz2 |
fix permissions on socket dir
Diffstat (limited to 'abs/core-testing/lighttpd/PKGBUILD')
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 7 |
1 files 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 |