aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-16 10:52:17 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-16 10:52:17 +0000
commitaa2af87578e5fd46abb44dd4735d685539f4011c (patch)
treec8f99a45868f0fd80acd3b4b685a109b1e0078e5 /Makefile
parent703cbedd399c902b3321dcb46c7825c5918e8aed (diff)
downloadboca-aa2af87578e5fd46abb44dd4735d685539f4011c.tar.gz
boca-aa2af87578e5fd46abb44dd4735d685539f4011c.zip
dependency to uri::escape and enable ssl apache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17a27b4..d1af081 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ install-bocawww:
install-bocaapache: install-bocawww
mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/
cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf
+ [ -f /etc/apache2/sites-available/default-ssl.conf ] && ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/default-ssl.conf
install-scripts:
mkdir -p $(DESTDIR)/usr/sbin/