diff options
author | Francois Pons <fpons@mandriva.com> | 2002-03-01 13:35:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-03-01 13:35:07 +0000 |
commit | 2a15045a56fd21c7935c3eecb35a4a09efb1b854 (patch) | |
tree | 8cad59408174ef2344169ac210f6f0c23f817a06 | |
parent | 736b61b07c53f94f7be57c51d642a4588eaa981f (diff) | |
download | drakx-backup-do-not-use-2a15045a56fd21c7935c3eecb35a4a09efb1b854.tar drakx-backup-do-not-use-2a15045a56fd21c7935c3eecb35a4a09efb1b854.tar.gz drakx-backup-do-not-use-2a15045a56fd21c7935c3eecb35a4a09efb1b854.tar.bz2 drakx-backup-do-not-use-2a15045a56fd21c7935c3eecb35a4a09efb1b854.tar.xz drakx-backup-do-not-use-2a15045a56fd21c7935c3eecb35a4a09efb1b854.zip |
removed staling debug code.
-rw-r--r-- | perl-install/install_any.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7a6a3906f..c3dc8b1d9 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -41,8 +41,7 @@ my $cdrom = undef; sub useMedium($) { #- before ejecting the first CD, there are some files to copy! #- does nothing if the function has already been called. - #$_[0] > 1 and $::o->{method} eq 'cdrom' and setup_postinstall_rpms($::o->{prefix}, $::o->{packages}); - $_[0] > 1 and setup_postinstall_rpms($::o->{prefix}, $::o->{packages}); + $_[0] > 1 and $::o->{method} eq 'cdrom' and setup_postinstall_rpms($::o->{prefix}, $::o->{packages}); $asked_medium eq $_[0] or log::l("selecting new medium '$_[0]'"); $asked_medium = $_[0]; |