[ooo-build-commit] .: Branch 'ooo-build-3-2' - bin/localize-ooo

Petr Mladek pmladek at kemper.freedesktop.org
Wed Apr 7 05:20:50 PDT 2010


 bin/localize-ooo |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 68c7e56f1ff64b201c243a8dd3df9090f77bf044
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Apr 7 14:12:06 2010 +0200

    Do not do extra localizations hack in en-US-only build
    
    * bin/localize-ooo: do nothing in the en-US-only build

diff --git a/bin/localize-ooo b/bin/localize-ooo
index 9227e54..cfe63d2 100755
--- a/bin/localize-ooo
+++ b/bin/localize-ooo
@@ -23,6 +23,9 @@ fi
 
 export LC_ALL='C';
 
+# do nothing for en-US only build
+test "$OOO_LANGS_LIST" = "en-US" && exit 0;
+
 merge_localization()
 {
     sdf_file="$1"


More information about the ooo-build-commit mailing list