aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1645d87..172b8cb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ install-bocawww:
chmod 700 $(DESTDIR)/usr/sbin/boca-fixssh
install-bocaapache:
- mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/
- cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf
+ mkdir -p $(DESTDIR)/etc/apache2/sites-available/
+ cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-available/000-boca.conf
install-scripts:
mkdir -p $(DESTDIR)/usr/sbin/