summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-16 21:37:20 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-16 21:37:20 +0000
commit30d0611018ffd2711bb89fbb7fab0c0501fcc415 (patch)
treedaaab18709809901a77c363ca05c61640b3240d4 /perl-install/install/pkgs.pm
parentcc14cd5a5cc5fe4e51a61d137821705edd9587a7 (diff)
downloaddrakx-backup-do-not-use-30d0611018ffd2711bb89fbb7fab0c0501fcc415.tar
drakx-backup-do-not-use-30d0611018ffd2711bb89fbb7fab0c0501fcc415.tar.gz
drakx-backup-do-not-use-30d0611018ffd2711bb89fbb7fab0c0501fcc415.tar.bz2
drakx-backup-do-not-use-30d0611018ffd2711bb89fbb7fab0c0501fcc415.tar.xz
drakx-backup-do-not-use-30d0611018ffd2711bb89fbb7fab0c0501fcc415.zip
(extractHeaders) adapt to urpmi API after resurecting it
Diffstat (limited to 'perl-install/install/pkgs.pm')
-rw-r--r--perl-install/install/pkgs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index 539ee2754..2e64b778c 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -37,7 +37,7 @@ sub extractHeaders {
cleanHeaders();
foreach my $medium (@$media) {
- $medium->{selected} or next;
+ !$medium->{ignore} or next;
my @l = grep { $_->id >= $medium->{start} && $_->id <= $medium->{end} } @$pkgs or next;
eval {