diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 12:43:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 12:43:34 +0000 |
commit | 3c654443cc33dc30e21c16e577fcf0f6a7bad3a3 (patch) | |
tree | 06bb0af967f74fb3554da8c57ecf942f9329f1e9 /urpmf | |
parent | 4c7d748edf03fb206adaca596f2e188393d1bd93 (diff) | |
download | urpmi-3c654443cc33dc30e21c16e577fcf0f6a7bad3a3.tar urpmi-3c654443cc33dc30e21c16e577fcf0f6a7bad3a3.tar.gz urpmi-3c654443cc33dc30e21c16e577fcf0f6a7bad3a3.tar.bz2 urpmi-3c654443cc33dc30e21c16e577fcf0f6a7bad3a3.tar.xz urpmi-3c654443cc33dc30e21c16e577fcf0f6a7bad3a3.zip |
- urpmf
o fix fallback on hdlist when xml-info not found
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -306,6 +306,7 @@ if ($needed_media_info{hdlist}) { $urpm->{error}(N("no xml-info available for medium \"%s\"", $medium->{name})), next; $urpm->{log}("getting information from $hdlist"); $urpm->parse_hdlist($hdlist, callback => $callback); + next; } require urpm::xml_info; require urpm::xml_info_pkg; |