This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 4 of 4] libc/uClibc: fix downloading pregen locales


# HG changeset patch
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
# Date 1281549905 -7200
# Node ID 4f9864eebe77428757a4bbd0c4a26d87b1d44a26
# Parent  66bf263037c1043ebe2a9fd81dea763e630131c7
libc/uClibc: fix downloading pregen locales

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
--- 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() {

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]