diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-21 11:27:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-21 11:27:45 +0000 |
commit | b1dcbc801d33ec549b4227a8c44366087ec68614 (patch) | |
tree | 4986a0d7c6a95e527525afc15766d467717df86e | |
parent | 70e567c3160a5862ef18c04d2571a641775341d1 (diff) | |
download | urpmi-b1dcbc801d33ec549b4227a8c44366087ec68614.tar urpmi-b1dcbc801d33ec549b4227a8c44366087ec68614.tar.gz urpmi-b1dcbc801d33ec549b4227a8c44366087ec68614.tar.bz2 urpmi-b1dcbc801d33ec549b4227a8c44366087ec68614.tar.xz urpmi-b1dcbc801d33ec549b4227a8c44366087ec68614.zip |
no {with_hdlist} is valid (it will end up setting {force_building_hdlist} and using *.rpm)
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) { |