[Libreoffice-commits] .: postprocess/packconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 15 08:36:26 PST 2012
postprocess/packconfig/packconfig.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8cd76e0fd8de4ee3173f819d690efc47b43f8c38
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Nov 15 17:35:49 2012 +0100
Fix packconfig.pl when WITH_LANG=ALL
Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da
diff --git a/postprocess/packconfig/packconfig.pl b/postprocess/packconfig/packconfig.pl
index c5b4e90..372ba5e 100644
--- a/postprocess/packconfig/packconfig.pl
+++ b/postprocess/packconfig/packconfig.pl
@@ -47,7 +47,7 @@ my $current_lang; # big fat global because File::Find is a pig
parse_options();
#pack the .ui translations
-my @langs = split(/\s+/, $ENV{WITH_LANG});
+my @langs = split(/\s+/, $ENV{WITH_LANG_LIST});
foreach (@langs) {
next if ($_ eq "en-US");
my %files_hash;
More information about the Libreoffice-commits
mailing list