# HG changeset patch # User "Yann E. MORIN" # Date 1281549905 -7200 # Node ID 9a030e69fbde44c5bda8f1188d7986de341f5a60 # Parent a98794799cbf84900904a68c6dfcfdfa391539f0 libc/uClibc: fix downloading pregen locales Signed-off-by: "Yann E. MORIN" (transplanted from 223aaf040327e204f0801549e9c0cf6225bdf29d) diff -r a98794799cbf -r 9a030e69fbde scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Fri Aug 06 00:00:26 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() {