From 383cea9bbc48cbac4df451348a18ae9319048ca2 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Fri, 12 Jul 2019 15:40:40 +0200 Subject: [PATCH] lighttpd: fix log and data directory owner --- srcpkgs/lighttpd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template index c3f501e99e4c72..a41d0e53213ffe 100644 --- a/srcpkgs/lighttpd/template +++ b/srcpkgs/lighttpd/template @@ -1,7 +1,7 @@ # Template file for 'lighttpd' pkgname=lighttpd version=1.4.54 -revision=1 +revision=2 build_style=meson configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true @@ -26,8 +26,8 @@ _lighttpd_homedir="/srv/www/${pkgname}" lib32disabled=yes make_dirs=" - /srv/www/lighttpd 0755 lighttpd lighttpd - /var/log/lighttpd 0755 lighttpd lighttpd" + /srv/www/lighttpd 0755 _lighttpd _lighttpd + /var/log/lighttpd 0755 _lighttpd _lighttpd" post_install() { vlicense COPYING