From 635c590d21ca7bf878aa1d3a60bce36020e79f94 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Apr 2000 11:34:52 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 824465c9e..2799ff252 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -46,7 +46,7 @@ my $asked_medium = 1; sub useMedium($) { #- before ejecting the first CD, there are some files to copy! #- does nothing if the function has already been called. - $_[0] and $::o->{method} eq 'cdrom' 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]; -- cgit v1.2.1