diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-08 13:47:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-08 13:47:55 +0000 |
commit | 1ed3df04928e77e7a2c53ad07a716fc4fa130ae7 (patch) | |
tree | 4748695ccf782be75afb7ab0e0c35a18c77964ef | |
parent | 1b731b14fc580b5b54c6dcde5748c3af25d7cb87 (diff) | |
download | drakx-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
-rw-r--r-- | perl-install/interactive.pm | 1 | ||||
-rw-r--r-- | perl-install/pkgs.pm | 1 |
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}, |