From f71821da815a3ea251045fcbe329b62a5ad146d2 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 5 Apr 2001 17:55:12 +0000 Subject: *** empty log message *** --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 782b34ad..e5c92d12 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1225,7 +1225,7 @@ sub get_source_packages { #- TODO arch is not checked at this point. unless ($pkg->{version} eq $2 && $pkg->{release} eq $3 && exists $packages->{$pkg->{id}}) { #- keep in mind these have to be deleted or space will be tight soon... - push @local_to_removes, "$urpm->{cachedir}/rpms/$_"; + push @local_to_removes, "$urpm->{cachedir}/rpms/$1-$2-$3.$4.rpm"; next; } -- cgit v1.2.1