From 1f4e07e7594eeca309fc100f688086b917812241 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Mar 2008 09:59:49 +0000 Subject: - gendistrib: o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017) --- gendistrib | 2 -- 1 file changed, 2 deletions(-) (limited to 'gendistrib') diff --git a/gendistrib b/gendistrib index b31547c..1911ecc 100755 --- a/gendistrib +++ b/gendistrib @@ -90,8 +90,6 @@ EOF my @hdlists; foreach my $m ($distrib->listmedia) { - $distrib->getvalue($m, 'askmedia') || $distrib->getvalue($m, 'suppl') and next; - my $path = $distrib->getfullpath($m, 'path'); -d $path or next; # this has been checked earlier -- cgit v1.2.1