From b1dcbc801d33ec549b4227a8c44366087ec68614 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Nov 2006 11:27:45 +0000 Subject: no {with_hdlist} is valid (it will end up setting {force_building_hdlist} and using *.rpm) --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 7703265a..84553bbc 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1419,9 +1419,9 @@ this could happen if you mounted manually the directory when creating the medium last; } else { $urpm->{error}(N("invalid hdlist file %s for medium \"%s\"", "$dir/$_", $medium->{name})); + return; } } - $medium->{with_hdlist} or return; } if ($medium->{virtual}) { -- cgit v1.2.1