From a2cb0b168fb7652258ed905246f3126e300146e0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 21 Dec 2012 17:37:41 +0000 Subject: special case for libreoffice-langpack-br --- perl-install/pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 811bd3a23..a93fbed50 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -109,7 +109,7 @@ sub read_rpmsrate { $p = install::pkgs::packageByName($packages, $_) or next; if (my @l = map { /locales-(.*)/ ? qq(LOCALES"$1") : () } $p->requires_nosense) { if (@l > 1) { - log::l("ERROR: package $_ is requiring many locales") if $_ ne 'lsb'; + log::l("ERROR: package $_ is requiring many locales") if !member($_, qw(lsb libreoffice-langpack-br)); } else { push @flags, @l; } -- cgit v1.2.1