about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-01-11 18:51:47 +0100
committerJuan RP <xtraeme@gmail.com>2014-01-11 18:51:47 +0100
commitbe13cabb849d179a2932ce7798a88f1174874a3f (patch)
tree3ab6a5ee5b3e3a9572357d5b74242310f5745e58
parentad4c7ec38121812800a85bcf1f681cdf73aa2ce2 (diff)
downloadhrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.tar.gz
hrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.tar.xz
hrmpf-be13cabb849d179a2932ce7798a88f1174874a3f.zip
Makefile: generate executable scripts.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3f12bce..b1aa5d2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ SCRIPTS += $(SHIN:.sh.in=.sh)
 
 %.sh: %.sh.in
 	 sed -e "s|@@MKLIVE_VERSION@@|$(VERSION) $(GITVER)|g" $^ > $@
+	 chmod +x $@
 
 all: $(SCRIPTS)