lighttpd: fix log and data directory owner
This commit is contained in:
parent
13b3fce692
commit
282c9178d6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lighttpd'
|
# Template file for 'lighttpd'
|
||||||
pkgname=lighttpd
|
pkgname=lighttpd
|
||||||
version=1.4.54
|
version=1.4.54
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
|
||||||
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
|
-Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
|
||||||
|
@ -26,8 +26,8 @@ _lighttpd_homedir="/srv/www/${pkgname}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/srv/www/lighttpd 0755 lighttpd lighttpd
|
/srv/www/lighttpd 0755 _lighttpd _lighttpd
|
||||||
/var/log/lighttpd 0755 lighttpd lighttpd"
|
/var/log/lighttpd 0755 _lighttpd _lighttpd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue