From 14c1641c1a83b7292783a3e0862403afb4d66c84 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 19 Jul 2014 17:15:16 +0200 Subject: [PATCH] dependencies.sh: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Vincent Stehlé Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- support/dependencies/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh index fa506660c8..88e5ad23b4 100755 --- a/support/dependencies/dependencies.sh +++ b/support/dependencies/dependencies.sh @@ -206,7 +206,7 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility" echo "library." echo "If you're running a Debian/Ubuntu distribution, install the libc6-386," - echo "lib32stcd++6, and lib32z1 packages (or alternatively libc6:i386," + echo "lib32stdc++6, and lib32z1 packages (or alternatively libc6:i386," echo "libstdc++6:i386, and zlib1g:i386)." echo "For other distributions, refer to the documentation on how to install the 32 bits" echo "compatibility libraries." -- 2.30.2