diff options
Diffstat (limited to 'gendistrib')
-rwxr-xr-x | gendistrib | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ while (my ($k, $v) = each(%default_urpmfiles)) { my @hdlists; foreach ($distrib->listmedia) { + $distrib->getpath($_, 'askmedia') || $distrib->getpath($_, 'suppl') and next; push @hdlists, { synthesis => $distrib->getpath(undef, 'root') . '/' . $distrib->getpath($_, 'synthesis'), hdlist => $distrib->getpath(undef, 'root') . '/' . $distrib->getpath($_, 'hdlist'), |