From 508345127b7651a050a2a48a9e1bac47234d7dfd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 25 Jan 2006 15:54:03 +0000 Subject: Oops, accidental deletion --- urpm.pm | 1 + 1 file changed, 1 insertion(+) 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]; -- cgit v1.2.1