瀏覽代碼

Linux buildinstaller fix.

Adam Ierymenko 11 年之前
父節點
當前提交
029f64495c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      buildinstaller.sh

+ 1 - 0
buildinstaller.sh

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