소스 검색

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
 
 		;;