From 7a1409ca03ded08c74d23e5e07a07c68fd9b6f41 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 8 Feb 2022 18:20:49 +0100 Subject: [PATCH] Allow users to execute scripts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/%