| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 34802dfd931bb1cb7ab12b7642fbb076e5f30b1d..f7907392109d44e74b45148660ff04d831b57aa0 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -340,8 +340,8 @@ if [ "$(uname -m)" = "x86_64" ]; then
|
| echo "/usr/lib/debug/usr/lib32. If you ever need to uninstall these files,"
|
| 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
|
| + echo -n "package files (y/N) "
|
| + if yes_no 1; then
|
| do_inst_lib32=1
|
| fi
|
| fi
|
|
|