diff options
Diffstat (limited to 'solenv/bin/ooinstall')
-rwxr-xr-x | solenv/bin/ooinstall | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall index 4902ddabf372..59335e809584 100755 --- a/solenv/bin/ooinstall +++ b/solenv/bin/ooinstall @@ -72,10 +72,6 @@ $ENV{LAST_MINOR} = 'm0'; $ENV{OUT} = "../$ENV{'INPATH'}"; $ENV{LOCAL_OUT} = $ENV{OUT}; $ENV{LOCAL_COMMON_OUT} = $ENV{OUT}; -# FIXME: the following variable helps to install localizations even if some -# files are not localized (like Japanese, Chinese wordbook), it makes -# the installer to use the English localization of the file instead. -$ENV{DEFAULT_TO_ENGLISH_FOR_PACKING} = 1; my @larr; $langs=$ENV{WITH_LANG_LIST}; |