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

Stefan Wold ratler at lunar-linux.org
Sat Sep 18 15:48:32 CEST 2010


commit b7f69296e00ffa1d38bf7933a1fae1f3928b3ac4
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sat Sep 18 15:48:32 2010 +0200

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

diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE
index f871d4c..c625040 100644
--- a/libs/glibc/CONFIGURE
+++ b/libs/glibc/CONFIGURE
@@ -72,7 +72,8 @@ 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
+  # Don't change default to 'y', it complicate ISO builds and leave users without any locales if left unattended
+  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