From 289016f8ea58fa3d7fc638d240c153e4e9c4886f Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Fri, 11 Feb 2022 21:46:56 +0100 Subject: [PATCH] No need to write perm on scripts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28e7209..71048d9 100644 --- a/Makefile +++ b/Makefile @@ -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)/%