[Lunar-commits] <moonbase> glibc: Informative message about extracting the locale data.

Moritz Heiber moe at lunar-linux.org
Fri Jul 25 22:10:46 CEST 2008


commit 50a24b06fda0e9b32e520c035f3e3e55c105808a
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Fri Jul 25 22:10:46 2008 +0200

    glibc: Informative message about extracting the locale data.
---
 libs/glibc/CONFIGURE |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libs/glibc/CONFIGURE b/libs/glibc/CONFIGURE
index 24a1a17..9c9ee7f 100644
--- a/libs/glibc/CONFIGURE
+++ b/libs/glibc/CONFIGURE
@@ -11,6 +11,8 @@ unpack_localedata() {
   # Write the path of the localedata archive path into a file
   echo "${SOURCE/.tar.bz2/}/localedata" > $FILELIST_FILE &&
 
+  message "Extracting locale data .. this might take a second .."
+
   # Extract the localedata directory from the source tarball
   tar -C /tmp                    \
       -T $FILELIST_FILE          \


More information about the Lunar-commits mailing list