Merge pull request #8 from bobsaintcool/makefile/fix_sd_perm

<Makefile/systemd_services: Change default perm of installed files>
This commit is contained in:
Erik Westrup
2018-09-30 17:23:59 +00:00
committed by GitHub

View File

@@ -44,4 +44,4 @@ install-exclude:
# target: install-systemd - Install systemd timer and service files
install-systemd:
install -d $(DEST_SYSTEMD)
install $(SRCS_SYSTEMD) $(DEST_SYSTEMD)
install -m 0644 $(SRCS_SYSTEMD) $(DEST_SYSTEMD)