From b94b7b1a32ca80bde481b18a455e30646def084c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Nov 2006 13:01:11 +0000 Subject: cleanup --- urpmq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmq') diff --git a/urpmq b/urpmq index 07753377..f361d7a1 100755 --- a/urpmq +++ b/urpmq @@ -331,7 +331,7 @@ if ($urpm::args::options{list_aliases}) { { my %h = map { $_ => 1 } @headers; @headers = keys %h; my $hdlist_path = $medium->{virtual} - ? urpm::file_from_file_url("$medium->{url}/$medium->{with_hdlist}") + ? urpm::hdlist_or_synthesis_for_virtual_medium($medium) : urpm::statedir_hdlist($urpm, $medium); if (-s $hdlist_path) { require MDV::Packdrakeng; -- cgit v1.2.1