[Lunar-commits] <moonbase> glibc: Changed to a sane default, always install all locales if left unattended

Stefan Wold ratler at lunar-linux.org
Sun Aug 29 20:42:56 CEST 2010


commit d3448ac1fa93042d594ce951886823cb87ac31ad
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Aug 29 20:42:56 2010 +0200

    glibc: Changed to a sane default, always install all locales if left unattended
---
 libs/glibc/CONFIGURE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE
index f871d4c..4b8a579 100644
--- a/libs/glibc/CONFIGURE
+++ b/libs/glibc/CONFIGURE
@@ -72,7 +72,7 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
     message "Selecting locales is optional"
   fi
 
-  if query "Would you like to select locales? (if not selected, all locales will be installed)" y; then
+  if query "Would you like to select locales? (if not selected, all locales will be installed)" n; then
     unpack_localedata
 
     GLIBC_LOCALES=`select_locales`


More information about the Lunar-commits mailing list