# HG changeset patch # User "Yann E. MORIN" # Date 1281549905 -7200 # Node ID 223aaf040327e204f0801549e9c0cf6225bdf29d # Parent eefacabd9e72f3d578e5dc5908026ed780f9a240 libc/uClibc: fix downloading pregen locales Signed-off-by: "Yann E. MORIN" diff -r eefacabd9e72 -r 223aaf040327 scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Wed Aug 11 20:07:18 2010 +0200 +++ b/scripts/build/libc/uClibc.sh Wed Aug 11 20:05:05 2010 +0200 @@ -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() {