Fix bugs introduced by debian compile.
This commit is contained in:
parent
7fb6f52251
commit
9fc331f3bd
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue