diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 13:01:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 13:01:11 +0000 |
commit | b94b7b1a32ca80bde481b18a455e30646def084c (patch) | |
tree | 746f08c1fa056f75674dff007d4674895d287ed4 | |
parent | 32993703ca82db0ee97709644264ccf2df5ea4df (diff) | |
download | urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.gz urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.bz2 urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.tar.xz urpmi-b94b7b1a32ca80bde481b18a455e30646def084c.zip |
cleanup
-rwxr-xr-x | urpmq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |