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