From 66acc9ca3c2c03404de8a2cb635d67f474e91e0a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Sep 2000 10:56:54 +0000 Subject: no_comment --- 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 29f5114a0..49a31cf10 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -131,7 +131,7 @@ sub getFile { #- handling changing a media when some of the file on the first CD has been copied #- to other to avoid media change... my $f2 = "$postinstall_rpms/$f"; - $f2 = "/tmp/rhimage/$rel" unless -e $f2; + $f2 = "/tmp/rhimage/$rel" unless $postinstall_rpms && -e $f2; log::l("local getFile $f2"); open GETFILE, $f2 and *GETFILE; } -- cgit v1.2.1