From 04d9abfba6bf48796d868531949dcc7bfa63844f Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sun, 6 Oct 2013 21:17:18 -0500 Subject: [PATCH] Updated Makefile to reflect Apache config changes. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index d21792192..293fd8416 100644 --- a/Makefile +++ b/Makefile @@ -95,12 +95,7 @@ current-repository.tar.gz: $(ALL_BUT_GZ) tar cz $(EXCLUDE) * .git > current-repository.tar.gz apache-config: apache-ssl - cp support/apache/sites-available/plinth.conf /etc/apache/sites-available/plinth.conf - cp support/apache/plinth-ports.conf /etc/apache/plinth-ports.conf -# include plinth's ports if necessary. -ifeq ($(shell grep 'plinth-ports.conf' /etc/apache2/ports.conf), "") - echo "Include plinth-ports.conf" >> /etc/apache2/ports.conf -endif + cp share/apache/plinth.conf /etc/apache/sites-available/plinth.conf a2ensite plinth apache-ssl: