Explorar o código

Linux buildinstaller fix.

Adam Ierymenko %!s(int64=11) %!d(string=hai) anos
pai
achega
029f64495c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      buildinstaller.sh

+ 1 - 0
buildinstaller.sh

@@ -58,6 +58,7 @@ case "$system" in
 		cd ..
 		cd ..
 		rm -f $targ
 		rm -f $targ
 		cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ
 		cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ
+		chmod 0755 $targ
 		rm -f build-installer-tmp.tar.gz
 		rm -f build-installer-tmp.tar.gz
 
 
 		;;
 		;;