Fix bugs introduced by debian compile.

This commit is contained in:
Bert van der Weerd 2021-03-20 14:59:35 +01:00
parent 7fb6f52251
commit 9fc331f3bd
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -215,7 +215,7 @@ artifacts_win() {
# there is just too much garbage in this installer function to # there is just too much garbage in this installer function to
# have it all here.. # have it all here..
. ../installer_win.sh . ../artifacts_win.sh
cd .. cd ..
echo "artifacts_win: done." echo "artifacts_win: done."
@ -297,7 +297,7 @@ fi
# by default, give help.. # by default, give help..
if (( done_something == 0 )); then if (( done_something == 0 )); then
cat <<EOF cat <<EOF
Use: ./build.sh fetch extract do_patches build package installer_win Use: ./build.sh fetch extract do_patches build package artifacts_win
fetch - fetch the tarball. fetch - fetch the tarball.
extract - extract the tarball. extract - extract the tarball.