summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 15:54:03 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 15:54:03 +0000
commit508345127b7651a050a2a48a9e1bac47234d7dfd (patch)
tree64e85e90979795e1a3e2607780c932f03a4d26a2 /urpm.pm
parent1c0013e9905581b3b7cfd0e85b13b7a8669c199c (diff)
downloadurpmi-508345127b7651a050a2a48a9e1bac47234d7dfd.tar
urpmi-508345127b7651a050a2a48a9e1bac47234d7dfd.tar.gz
urpmi-508345127b7651a050a2a48a9e1bac47234d7dfd.tar.bz2
urpmi-508345127b7651a050a2a48a9e1bac47234d7dfd.tar.xz
urpmi-508345127b7651a050a2a48a9e1bac47234d7dfd.zip
Oops, accidental deletion
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index de284ae9..68f64c81 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2116,6 +2116,7 @@ sub register_rpms {
#- It happens that URPM sets an internal id to the depslist id.
#- We need to set it by hand here.
$pkg->set_id($id);
+ $urpm->{source}{$id} = $_;
} else {
($id, undef) = $urpm->parse_rpm($_);
my $pkg = defined $id && $urpm->{depslist}[$id];