diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-03 16:53:55 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-01-03 16:53:55 -0800 |
commit | 029f64495c8b931e38fcdea0dd496820e2610fb1 (patch) | |
tree | 2e49a56473d46f52165977f3540b9bca38310122 | |
parent | 63d605215982108b3ab606324052b00c56c3222c (diff) | |
download | infinitytier-029f64495c8b931e38fcdea0dd496820e2610fb1.tar.gz infinitytier-029f64495c8b931e38fcdea0dd496820e2610fb1.zip |
Linux buildinstaller fix.
-rwxr-xr-x | buildinstaller.sh | 1 |
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 ;; |