summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-04-05 17:55:12 +0000
committerFrancois Pons <fpons@mandriva.com>2001-04-05 17:55:12 +0000
commitf71821da815a3ea251045fcbe329b62a5ad146d2 (patch)
tree2e53286caab0a8fa320af25d406b53a7001a7fe8 /urpm.pm
parent29e28c1a413246f411e2be63664e214a89e711a8 (diff)
downloadurpmi-f71821da815a3ea251045fcbe329b62a5ad146d2.tar
urpmi-f71821da815a3ea251045fcbe329b62a5ad146d2.tar.gz
urpmi-f71821da815a3ea251045fcbe329b62a5ad146d2.tar.bz2
urpmi-f71821da815a3ea251045fcbe329b62a5ad146d2.tar.xz
urpmi-f71821da815a3ea251045fcbe329b62a5ad146d2.zip
*** empty log message ***
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
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;
}