[ooo-build-commit] .: bin/localize-ooo
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Mar 29 07:26:25 PDT 2010
bin/localize-ooo | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1517d596291d1493ae5e66587f511da9c364077f
Author: Petr Mladek <pmladek at suse.cz>
Date: Mon Mar 29 16:25:36 2010 +0200
Do not do localization-related hacks 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 a2e0d9a..e1835a6 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 -z "$OOO_LANGS_LIST" && exit 0;
+
merge_localization()
{
sdf_file="$1"
More information about the ooo-build-commit
mailing list