X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-contents;h=11d076f49f2799a1f17c747abc5e72e4792bf63f;hp=82df0b87b74341795df60a232670cd17ded0b9fc;hb=0f318fa9ad9d473b543a48f46a7714a11283d300;hpb=4fec9449ddf3d2a6162c05387367746f3e17e329 diff --git a/bin/parse-contents b/bin/parse-contents index 82df0b8..11d076f 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -142,7 +142,7 @@ for my $suite (@suites) { activate($filelist_db); #FIXME: hardcoded archs. (debports has no contrib/non-free) - if ($arch !~ m/^kfreebsd-.*$/) { + if ($arch ne 'avr32' and $arch ne 'm68k') { system("ln", "-sf", basename($filelist_db), "$DBDIR/filelists_${suite}_all.db") == 0 or die "Oops";