From bdc30c524177667bad42634c041a0e73fee5b87e Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 21 Feb 2005 00:03:04 +0000 Subject: - skip media genration if suppl or askmedia --- gendistrib | 1 + 1 file changed, 1 insertion(+) diff --git a/gendistrib b/gendistrib index 6af7dd6..c0e8afa 100755 --- a/gendistrib +++ b/gendistrib @@ -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'), -- cgit v1.2.1