summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/interactive.pm1
-rw-r--r--perl-install/pkgs.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index 227361840..69fb31f97 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -130,7 +130,6 @@ sub ask_from_entries_ref($$$$;$%) {
if ((ref $_) eq "SCALAR") {
{ val => $_ }
} else {
- print "Here", ref $_, "\n";
($_->{list} && @{$_->{list}}) ?
{ %$_, type => "list"} : $_;
}
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index a8ac65d58..0f50ed3a5 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -263,6 +263,7 @@ sub install {
my ($total, $nb);
foreach my $p (@$toInstall) {
+ getHeader($p) or next;
$p->{installed} = 1;
$p->{file} ||= sprintf "%s-%s-%s.%s.rpm",
$p->{name}, $p->{version}, $p->{release},