summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-21 17:37:41 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-21 17:37:41 +0000
commita2cb0b168fb7652258ed905246f3126e300146e0 (patch)
tree01125dc3faa90b724e4de1e08ff0524bd03605ca /perl-install/pkgs.pm
parent454ba70b936927957c6ea537214d71b58ba95a4c (diff)
downloaddrakx-backup-do-not-use-a2cb0b168fb7652258ed905246f3126e300146e0.tar
drakx-backup-do-not-use-a2cb0b168fb7652258ed905246f3126e300146e0.tar.gz
drakx-backup-do-not-use-a2cb0b168fb7652258ed905246f3126e300146e0.tar.bz2
drakx-backup-do-not-use-a2cb0b168fb7652258ed905246f3126e300146e0.tar.xz
drakx-backup-do-not-use-a2cb0b168fb7652258ed905246f3126e300146e0.zip
special case for libreoffice-langpack-br
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
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;
}