diff --git a/Makefile b/Makefile index 72256bf..ecc420d 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ $(BUILD_DIR)/% : % # Install destination script files. $(DEST_DIR_SCRIPT)/%: $(BUILD_DIR_SCRIPT)/% @${MKDIR_PARENTS} $@ - install -m 0744 $< $@ + install -m 0755 $< $@ # Install destination conf files. Additionally backup existing files. $(DEST_DIR_CONF)/%: $(BUILD_DIR_CONF)/%