1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/thttpd/thttpd-webgroup.patch
2016-08-22 08:41:09 +00:00

13 lines
477 B
Diff

diff --git a/Makefile b/Makefile
index ddd5f9a..d40fd6a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,7 +40,7 @@ WEBDIR = $(prefix)/www
# CONFIGURE: The group that the web directory belongs to. This is so that
# the makeweb program can be installed set-group-id to that group, and make
# subdirectories. If you're not going to use makeweb, ignore this.
-WEBGROUP = www
+WEBGROUP = www-data
# CONFIGURE: Directory for CGI executables.
CGIBINDIR = $(WEBDIR)/cgi-bin