diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-14 16:07:54 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-05-15 09:03:32 +0000 |
commit | 44727e34a1e4eb03b01c6be77a753a18ae84aed7 (patch) | |
tree | 8b4bd64acf49c18a31074fa1b7ec64089c917626 /solenv/bin/ooinstall | |
parent | 4e312f0c90247ccaa138520aa9e080453ec90b64 (diff) |
drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING
See
http://lists.freedesktop.org/archives/libreoffice/2013-May/051706.html
for explanation.
Change-Id: Ieb7480f9f7a64a026abc985edde3ed932c1e8f56
Reviewed-on: https://gerrit.libreoffice.org/3908
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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}; |