Skip to content
Snippets Groups Projects
Commit 5289d9e2 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Make HTTPDUSER optional

parent 7e0211f7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ LOCALE_DIR := locale
LOCALES := nl_NL
GETTEXT_DOMAIN := archery
include config.mk # defines HTTPDUSER
-include config.mk # defines HTTPDUSER
SCRIPTS := $(patsubst %,$(WWW_DIR)/js/%.js,$(SCRIPTS))
STYLES := $(patsubst %,$(WWW_DIR)/css/%.css,$(STYLES))
......@@ -53,6 +53,9 @@ min: static
$(CACHE_DIR):
mkdir -p $@
ifneq ($(HTTPDUSER),)
setfacl -R -m u:$(HTTPDUSER):rwX -- $@
endif
# Gettext translations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment