install scripts with x flag

This commit is contained in:
2016-03-04 16:37:49 +01:00
parent 08fe36979f
commit 26444e01b7
+1 -1
View File
@@ -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)"