Explorar o código

Makefile: generate executable scripts.

Juan RP %!s(int64=11) %!d(string=hai) anos
pai
achega
be13cabb84
Modificáronse 1 ficheiros con 1 adicións e 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)