X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-contents;h=ac88420da74c5834f7e4304533248509e355ac68;hb=ce10f2fe75bc7b12f7230aee1a09437377ec5680;hp=1f4f58d9aea8f414201bd6f894fd694d3ddf25d3;hpb=423d06ae0e7bc1609a0aa1e8bbc2b4dfe93a62de;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index 1f4f58d..ac88420 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -144,7 +144,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";