Linux buildinstaller fix.

This commit is contained in:
Adam Ierymenko 2014-01-03 16:53:55 -08:00
parent 63d6052159
commit 029f64495c

View File

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