summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6a03c32..c47c180 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -81,10 +81,10 @@ install_systemd_service_files: $(DESTDIR)$(systemddir)/system $(SYSTEMD_DEST_SVC
install_systemd_generator_files: $(DESTDIR)$(systemddir)/system-generators $(SYSTEMD_DEST_GEN_FILES)
$(SYSTEMD_DEST_SVC_FILES): $(DESTDIR)$(systemddir)/system/%: systemd/%
- $(INSTALL) $? $@
+ $(INSTALL) -m 644 $? $@
$(SYSTEMD_DEST_GEN_FILES): $(DESTDIR)$(systemddir)/system-generators/%: systemd/%
- $(INSTALL) $? $@
+ $(INSTALL) -m 755 $? $@
install_iname: $(DESTDIR)$(HOMEDIR) $(ISCSI_INAME)
if [ ! -f $(INAME_DEST_FILE) ]; then \