From 474da8b0f390c1f0b98d31b06a2b39f788d8dc52 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 4 Feb 2005 14:51:56 +0000 Subject: Add support to copy all RPMs to the hard drive before installation. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 533ee3ef0..59ce89b2a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -295,7 +295,7 @@ sub setPackages { sub deselectFoundMedia { my (undef, $hdlists) = @_; - @$hdlists; + return ($hdlists, 0); } sub selectSupplMedia { '' } -- cgit v1.2.1