summaryrefslogtreecommitdiff
path: root/support/dependencies
diff options
context:
space:
mode:
authorGergely Imreh <imrehg@gmail.com>2015-05-08 02:42:29 +0000
committerPeter Korsgaard <peter@korsgaard.com>2015-05-08 07:16:20 +0200
commit965e3b96b6e2d5fe7ee5f0db7249242b098baddd (patch)
treeddb0ab066f97e9b79edbab817107fb2832da08c0 /support/dependencies
parent9753b40067cc0aa177fa3e2e62889dc67aad9c24 (diff)
fix typo in package install suggestion for dependencies
Signed-off-by: Gergely Imreh <imrehg@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/dependencies')
-rwxr-xr-xsupport/dependencies/dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index 52305e108..01ad82887 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -217,7 +217,7 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
echo "Your Buildroot configuration uses pre-built tools for the x86 architecture,"
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 "If you're running a Debian/Ubuntu distribution, install the 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"