From e9f46cd4aa43ee1b76faeed55f0eaf6945c237b7 Mon Sep 17 00:00:00 2001 From: Bruno Cesar Ribas Date: Wed, 22 Aug 2018 21:06:07 -0300 Subject: boca-common now holds all /var/www/boca files Files are too tightened to be separated for now. In a future release we will work to make things more independent. Signed-off-by: Bruno Cesar Ribas --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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/ -- cgit v1.2.3