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