From 80f39c545e2f93e338b6396f55259c6ca02bb23b Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 7 Oct 2013 09:09:12 +0200 Subject: [PATCH] Fix install path and target for share/apache2/plinth.conf. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 493e2c2c1..81ad532b9 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ current-repository.tar.gz: $(ALL_BUT_GZ) tar cz $(EXCLUDE) * .git > current-repository.tar.gz apache-install: - cp share/apache/plinth.conf $(DESTDIR)/etc/apache/sites-available/plinth.conf + install -D -m644 share/apache2/plinth.conf $(DESTDIR)/etc/apache2/sites-available/plinth.conf apache-config: apache-install apache-ssl a2ensite plinth