libc/uClibc: fix downloading pregen locales 1.8
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 11 20:05:05 2010 +0200 (2010-08-11)
branch1.8
changeset 20829a030e69fbde
parent 2074 a98794799cbf
child 2092 18da1aa1beab
libc/uClibc: fix downloading pregen locales

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 223aaf040327e204f0801549e9c0cf6225bdf29d)
scripts/build/libc/uClibc.sh
     1.1 --- a/scripts/build/libc/uClibc.sh	Fri Aug 06 00:00:26 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() {