Browse Source

Linux buildinstaller fix.

pull/1/head
Adam Ierymenko 12 years ago
parent
commit
029f64495c
  1. 1
      buildinstaller.sh

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

Loading…
Cancel
Save