summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b28dff9..b48805b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,5 +52,9 @@ phony+=install
install: install-recursive $(CONF_FILES)
mkdir -p $(DESTDIR)/etc/acf
cp $(CONF_FILES) $(DESTDIR)/etc/acf
+ mkdir -p $(DESTDIR)/etc/acf/skins
+ ln -s $(DESTDIR)/etc/acf/skins $(DESTDIR)/$(wwwdir)/userskins
+
+include config.mk
.PHONY: $(phony)