From f9e0066c8de5c339ba0cdd8eceadd8ba5b0b8735 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 21 Apr 2014 14:54:42 +0200 Subject: [PATCH] Makefile: install systemd file without executable permissions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3daeba..a73f705 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ install-initscript: $(pck_initscript) $(INSTALL_DIR) $(DESTDIR)$(initrddir) $(INSTALL_DIR) $(DESTDIR)$(systemdunitdir) $(INSTALL_SCRIPT) $^ $(DESTDIR)$(initrddir)/$(PACKAGE) - $(INSTALL_SCRIPT) postplug/postplug-service $(DESTDIR)$(systemdunitdir)/postplug.service + $(INSTALL_DATA) postplug/postplug-service $(DESTDIR)$(systemdunitdir)/postplug.service install-logrotate: $(pck_logrotate) @echo "installing logrotate file...";\