diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-16 10:52:17 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-16 10:52:17 +0000 |
| commit | aa2af87578e5fd46abb44dd4735d685539f4011c (patch) | |
| tree | c8f99a45868f0fd80acd3b4b685a109b1e0078e5 /Makefile | |
| parent | 703cbedd399c902b3321dcb46c7825c5918e8aed (diff) | |
| download | boca-aa2af87578e5fd46abb44dd4735d685539f4011c.tar.gz boca-aa2af87578e5fd46abb44dd4735d685539f4011c.zip | |
dependency to uri::escape and enable ssl apache
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |