Fixed some comments that appear to have been missed when compile_min.sh was used to create compile_linux.sh
This commit is contained in:
parent
550d26b57a
commit
2ab6f03de1
|
|
@ -69,8 +69,7 @@ echo "compiling (see make.log)"
|
||||||
make 2>&1 -j8 | tee make.log
|
make 2>&1 -j8 | tee make.log
|
||||||
exitcode=${PIPESTATUS[0]}
|
exitcode=${PIPESTATUS[0]}
|
||||||
if [ $exitcode -ne 0 ]; then echo "make failed"; exit 1 ; fi
|
if [ $exitcode -ne 0 ]; then echo "make failed"; exit 1 ; fi
|
||||||
# 32 bit: Install to C:\Spice
|
# Install to /usr/local
|
||||||
# 64 bit: Install to C:\Spice64
|
|
||||||
echo "installing (see make_install.log)"
|
echo "installing (see make_install.log)"
|
||||||
make install 2>&1 | tee make_install.log
|
make install 2>&1 | tee make_install.log
|
||||||
exitcode=${PIPESTATUS[0]}
|
exitcode=${PIPESTATUS[0]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue