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)
commitd46cb2c97ec448ca411bc897a55efe70e690cc2c (patch)
tree6bcdcabc720cd6a52c54663bb84cbdfa391388c4 /scripts
parentb3bd27a3dd5534119c8ea23bd95f5369f9256c8e (diff)
libc/uClibc: fix downloading pregen locales
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 223aaf040327e204f0801549e9c0cf6225bdf29d)
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() {