From 26444e01b7d4b4c1a246674ae2bcf078f25fbaec Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 4 Mar 2016 16:37:49 +0100 Subject: [PATCH] install scripts with x flag --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 1b5b6d7..f8836a8 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -815,7 +815,7 @@ ${INSTALL_DBS}: $(notdir ${INSTALL_DBS}) ${INSTALL_SCRS}: $(notdir ${SCR}) @echo "Installing scripts $^ to $(@D)" - $(INSTALL) -d -m444 $^ $(@D) + $(INSTALL) -d -m555 $^ $(@D) ${INSTALL_CFGS}: ${CFGS} @echo "Installing configuration files $^ to $(@D)"