summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-08 13:47:55 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-08 13:47:55 +0000
commit1ed3df04928e77e7a2c53ad07a716fc4fa130ae7 (patch)
tree4748695ccf782be75afb7ab0e0c35a18c77964ef /perl-install
parent1b731b14fc580b5b54c6dcde5748c3af25d7cb87 (diff)
downloaddrakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.gz
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.bz2
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.xz
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.zip
no_comment
Diffstat (limited to 'perl-install')
-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},