From 44727e34a1e4eb03b01c6be77a753a18ae84aed7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 14 May 2013 16:07:54 +0200 Subject: 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 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- solenv/bin/ooinstall | 4 ---- 1 file changed, 4 deletions(-) (limited to 'solenv/bin/ooinstall') 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}; -- cgit