aboutsummaryrefslogtreecommitdiff
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 683bf37..ae49c78 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install-bocawww:
cp -r src $(DESTDIR)/var/www/boca/
cp -r doc $(DESTDIR)/var/www/boca/
-install-bocaapache: install-bocawww
+install-bocaapache:
mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/
cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf
a2ensite default-ssl || echo a2ensite default-ssl FAILED
@@ -25,7 +25,7 @@ install-bocadb:
mkdir -p $(DESTDIR)/usr/sbin/
install tools/boca-createdb.sh $(DESTDIR)/usr/sbin/boca-createdb
-install-bocacommon:
+install-bocacommon: install-bocawww
mkdir -p $(DESTDIR)/usr/sbin/
mkdir -p $(DESTDIR)/etc/
cp tools/boca.conf $(DESTDIR)/etc/