[ooo-build-commit] bin/ooinstall

Tor Lillqvist tml at kemper.freedesktop.org
Wed Sep 9 07:39:47 PDT 2009


 bin/ooinstall |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 74db597c2f02fba60be14a66704e152737a726f1
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Sep 9 17:38:22 2009 +0300

    Try to fix ooinstall

diff --git a/bin/ooinstall b/bin/ooinstall
index e3e0a73..c198056 100755
--- a/bin/ooinstall
+++ b/bin/ooinstall
@@ -132,6 +132,7 @@ $ENV{LOCAL_COMMON_OUT} = $ENV{OUT};
 $ENV{DEFAULT_TO_ENGLISH_FOR_PACKING} = 1;
 
 $langs=$setup_vars{OOO_LANGS_LIST};
+$langs='en-US' if $langs eq '';
 $langs =~ s/\s+/,/g;
 # FIXME: hack... we get a useless , at the end which makes it being e.g. zu#
 # which breaks the build...


More information about the ooo-build-commit mailing list