summaryrefslogtreecommitdiffstats
path: root/urpmq
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 13:01:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 13:01:11 +0000
commitb94b7b1a32ca80bde481b18a455e30646def084c (patch)
tree746f08c1fa056f75674dff007d4674895d287ed4 /urpmq
parent32993703ca82db0ee97709644264ccf2df5ea4df (diff)
downloadurpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar
urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.gz
urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.bz2
urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.xz
urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.zip
cleanup
Diffstat (limited to 'urpmq')
-rwxr-xr-xurpmq2
1 files changed, 1 insertions, 1 deletions
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;