From 4e28bea0321e908976f463141785dfde000dc2fc Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Sep 2001 12:06:18 +0000 Subject: revert previous patch, this is not usable with current rpm as it complains if one the file has a modified MD5SUM against the header describing it in the hdlist, so this is most of the time useless. --- perl-install/pkgs.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/pkgs.pm') diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index e4c05e598..d8854e60d 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -1257,12 +1257,6 @@ sub install($$$;$$) { my $f = packageFile($p); print LOG "$f $p->[$MEDIUM]{descr}\n"; my $fd = install_any::getFile($f, $p->[$MEDIUM]{descr}); - unless ($fd) { - my ($fp, $rp, $lp) = $f =~ /(.*)(\d+)(mdk\..*)/ or return -1; #- we can't analyse filename correctly. - $rp += 1; #- try with release number increased, hey this is just a try for Cooker. - print LOG "problem to get above file, trying with $fp$rp$lp instead\n"; - $fd = install_any::getFile("$fp$rp$lp", $p->[$MEDIUM]{descr}); - } $fd ? fileno $fd : -1; }; my $callbackClose = sub { packageSetFlagInstalled($packages{$_[0]}, 1) }; -- cgit v1.2.1