| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index f564bbfb040ea3bfcb33eb9e3ee28ac0490e263a..ef69a4a1cafe3b0e0d6f68dda968b1a76d7b7125 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -311,7 +311,7 @@ if [ "$(uname -m)" = "x86_64" ]; then
|
| echo "look for packages named *-ia32.deb."
|
| echo "Do you want me to download all packages needed to build new 32bit"
|
| echo -n "package files (Y/n) "
|
| - if ! yes_no 0; then
|
| + if yes_no 0; then
|
| do_inst_lib32=1
|
| fi
|
| fi
|
|
|