[Libreoffice-commits] .: Branch 'libreoffice-3-3' - solenv/bin
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Nov 9 19:15:38 PST 2010
solenv/bin/ooinstall | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit d04442e15367319401180a0d9e4ce1a752788a77
Author: Hanno Meyer-Thurow <h.mth at web.de>
Date: Wed Nov 10 04:58:40 2010 +0100
Get rid of undefined $setup_vars array.
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 547ad44..dfca65e 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -75,8 +75,7 @@ $ENV{LOCAL_COMMON_OUT} = $ENV{OUT};
# the installer to use the English localization of the file instead.
$ENV{DEFAULT_TO_ENGLISH_FOR_PACKING} = 1;
-# FIXME. Migrate to WITH_LANG?
-$langs=$ENV{OOO_LANGS_LIST};
+$langs=$ENV{WITH_LANG};
$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#
@@ -90,8 +89,8 @@ if ( defined $ENV{OODESTDIR} &&
}
$strip='';
-if ( defined $ENV{OOO_STRIP} &&
- $ENV{OOO_STRIP} eq "no" ) {
+if ( defined $ENV{DISABLE_STRIP} &&
+ $ENV{DISABLE_STRIP} eq "TRUE" ) {
$strip = "-dontstrip";
}
More information about the Libreoffice-commits
mailing list