From 029f64495c8b931e38fcdea0dd496820e2610fb1 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 3 Jan 2014 16:53:55 -0800 Subject: [PATCH] Linux buildinstaller fix. --- buildinstaller.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildinstaller.sh b/buildinstaller.sh index f14cecbe6..0708380bf 100755 --- a/buildinstaller.sh +++ b/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 ;;