summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-03 16:53:55 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-03 16:53:55 -0800
commit029f64495c8b931e38fcdea0dd496820e2610fb1 (patch)
tree2e49a56473d46f52165977f3540b9bca38310122
parent63d605215982108b3ab606324052b00c56c3222c (diff)
downloadinfinitytier-029f64495c8b931e38fcdea0dd496820e2610fb1.tar.gz
infinitytier-029f64495c8b931e38fcdea0dd496820e2610fb1.zip
Linux buildinstaller fix.
-rwxr-xr-xbuildinstaller.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildinstaller.sh b/buildinstaller.sh
index f14cecbe..0708380b 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
;;