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)"