aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ee9aa3c..6d8d789 100644
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,8 @@ install-server:
$(INSTALL) expire-entry $(DESTDIR)$(pkgdir)/
- $(INSTALL) -d $(DESTDIR)/etc/apache2/conf.d
- $(INSTALL_DATA) apache.conf $(DESTDIR)/etc/apache2/conf.d/sitesummary
+ $(INSTALL) -d $(DESTDIR)/etc/apache2/conf-available
+ $(INSTALL_DATA) apache.conf $(DESTDIR)/etc/apache2/conf-available/sitesummary.conf
$(INSTALL) -o www-data -d $(DESTDIR)$(pkgvardir)/entries
$(INSTALL) -o www-data -d $(DESTDIR)$(pkgvardir)/tmpstorage