diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-11 20:05:05 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-11 20:05:05 +0200 |
commit | d46cb2c97ec448ca411bc897a55efe70e690cc2c (patch) | |
tree | 6bcdcabc720cd6a52c54663bb84cbdfa391388c4 | |
parent | b3bd27a3dd5534119c8ea23bd95f5369f9256c8e (diff) | |
download | crosstool-ng-d46cb2c97ec448ca411bc897a55efe70e690cc2c.tar.gz crosstool-ng-d46cb2c97ec448ca411bc897a55efe70e690cc2c.tar.bz2 crosstool-ng-d46cb2c97ec448ca411bc897a55efe70e690cc2c.zip |
libc/uClibc: fix downloading pregen locales
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 223aaf040327e204f0801549e9c0cf6225bdf29d)
-rw-r--r-- | scripts/build/libc/uClibc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 3ffd3038..02d11ffa 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() { |