libc/uClibc: fix downloading pregen locales
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 11 20:05:05 2010 +0200 (2010-08-11)
changeset 2081223aaf040327
parent 2080 eefacabd9e72
child 2083 6ee3e9c4b0ab
libc/uClibc: fix downloading pregen locales

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
scripts/build/libc/uClibc.sh
     1.1 --- a/scripts/build/libc/uClibc.sh	Wed Aug 11 20:07:18 2010 +0200
     1.2 +++ b/scripts/build/libc/uClibc.sh	Wed Aug 11 20:05:05 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  # This is a constant because it does not change very often.
     1.5  # We're in 2010, and are still using data from 7 years ago.
     1.6  uclibc_locales_version=030818
     1.7 -uclibc_local_tarball="uClibc-locales-${uclibc_locale_version}"
     1.8 +uclibc_local_tarball="uClibc-locale-${uclibc_locales_version}"
     1.9  
    1.10  # Download uClibc
    1.11  do_libc_get() {