aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-02 19:23:25 +0000
committerDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-04 01:24:15 +0000
commitf17e3be93d425f5554a806c0e847c34504a68873 (patch)
tree059e23543ccd0025dc800ad7f55e4f88346afb40 /Makefile
parentedee1c1af975e885903d2207f657c36275c2e220 (diff)
downloadboca-f17e3be93d425f5554a806c0e847c34504a68873.tar.gz
boca-f17e3be93d425f5554a806c0e847c34504a68873.zip
Remove Apache HTTPD commands from Makefile
The package Makefile contained Apache HTTPD commands, and some of them were repeated in the boca-web post installation maintainer script. The commands were removed from the Makefile, as this requires having a valid apache2 installation as a build dependency.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3675033..dcb2d35 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,6 @@ 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
- a2enmod ssl || echo a2enmod ssl FAILED
- a2enmod socache_shmcb || echo a2enmod socache_shmcb FAILED
install-scripts:
mkdir -p $(DESTDIR)/usr/sbin/