No need to write perm on scripts

This commit is contained in:
Erik Westrup
2022-02-11 21:46:56 +01:00
parent 0c43f93901
commit 289016f8ea

View File

@@ -149,7 +149,7 @@ $(BUILD_DIR)/% : %
# Install destination script files.
$(DEST_DIR_SCRIPT)/%: $(BUILD_DIR_SCRIPT)/%
@${MKDIR_PARENTS} $@
install -m 0755 $< $@
install -m 0555 $< $@
# Install destination conf files. Additionally backup existing files.
$(DEST_DIR_CONF)/%: $(BUILD_DIR_CONF)/%