summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-11 18:05:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-11 18:05:05 (GMT)
commit2e7698ed025678e8f649712d6488dc1d41e453d9 (patch)
tree598e0b946c5f830e169085053b8705481fd9c2b1 /scripts
parente8f9aeade3493ff625755f850473e3bb6d218575 (diff)
libc/uClibc: fix downloading pregen locales
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/libc/uClibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index 3ffd303..02d11ff 100644
--- a/scripts/build/libc/uClibc.sh
+++ b/scripts/build/libc/uClibc.sh
@@ -5,7 +5,7 @@
# This is a constant because it does not change very often.
# We're in 2010, and are still using data from 7 years ago.
uclibc_locales_version=030818
-uclibc_local_tarball="uClibc-locales-${uclibc_locale_version}"
+uclibc_local_tarball="uClibc-locale-${uclibc_locales_version}"
# Download uClibc
do_libc_get() {