Explorar el Código

Makefile: generate executable scripts.

Juan RP hace 11 años
padre
commit
be13cabb84
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
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)