summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2007-04-12 17:51:26 +0200
committerEric Sandall2007-04-12 09:16:52 -0700
commitfb91a84522a3d2ad763dceeeeb3cb8206f99a806 (patch)
treeb25180ddf28ad8a89cec10aa97e57737ba7eb1fd
parente6803408af741d0b3f42dd0d5ffe7429dac1fd9e (diff)
locale: fix #13485
(cherry picked from commit 59d2086cbe1c64e85148da9762f86d7975bfc0a6)
-rwxr-xr-xlibs/locale/CONFIGURE4
-rwxr-xr-xlibs/locale/DETAILS3
-rw-r--r--libs/locale/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/libs/locale/CONFIGURE b/libs/locale/CONFIGURE
index 91a9a8f223..6829d225a2 100755
--- a/libs/locale/CONFIGURE
+++ b/libs/locale/CONFIGURE
@@ -17,7 +17,9 @@ if [ -z "$LOCALE_LOCALES" ]; then
fi
fi &&
persistent_remove GLIBC_LOCALES &&
-if query "Would you like to select locales?" n; then
+message "\nThe answer to the next query is saved - you do not need to " &&
+message "reselect your locales, unless this spell was triggered by glibc." &&
+if query "Would you like to select locales? (otherwise all will be built)" n; then
local LOCALE_LOCALES_LIST &&
persistent_add LOCALE_LOCALES &&
BACKTITLE="Locale Configuration" &&
diff --git a/libs/locale/DETAILS b/libs/locale/DETAILS
index 6ccf86ec37..3c335c8d15 100755
--- a/libs/locale/DETAILS
+++ b/libs/locale/DETAILS
@@ -9,5 +9,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="libs"
SHORT="This spell helps to select system locale"
cat << EOF
-This spell helps to select system locale. It displays a nice menu where you can select one or more locales you want.
+This spell helps to install system locale. It displays a nice menu where you can
+select one or more locales you want.
EOF
diff --git a/libs/locale/HISTORY b/libs/locale/HISTORY
index 1ec7529ecc..97d00f67e2 100644
--- a/libs/locale/HISTORY
+++ b/libs/locale/HISTORY
@@ -1,3 +1,7 @@
+2007-04-12 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * CONFIGURE: clarified the custom query #13485
+ * DETAILS: fixed description wrap
+
2007-01-12 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: added STAGED_INSTALL=off due to bug #13266