Add proper permissions for executable files
authorRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 18:49:35 +0000 (19:49 +0100)
committerRalf Ertzinger <ralf@skytale.net>
Thu, 27 Feb 2014 18:49:35 +0000 (19:49 +0100)
Makefile

index 42197d4..c8270e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ RELEASE=$(shell echo $(VERSION) | cut -f2- -d'-' | sed -e 's/-/./g')
 mkinstalldirs = /usr/bin/mkdir -p
 INSTALL = /usr/bin/install
 INSTALL_DATA = ${INSTALL} -m 644 -t
-INSTALL_PROGRAM = ${INSTALL} -t
+INSTALL_PROGRAM = ${INSTALL} -m 755 -t
 INSTALL_SCRIPT = ${INSTALL} -t
 RM = /usr/bin/rm -f
 RMRF = /usr/bin/rm -Rf