X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-contents;h=ac88420da74c5834f7e4304533248509e355ac68;hb=0a408bcfa254712cd4f4ed0bd19bc24d412a6eb6;hp=26f715108530bc1e4ea80e123c018bddc6287a37;hpb=a3a30de1bd4be8a1812a7f74df5990da26008446;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index 26f7151..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 ne 'm68k') { + if ($arch ne 'avr32' and $arch ne 'm68k') { system("ln", "-sf", basename($filelist_db), "$DBDIR/filelists_${suite}_all.db") == 0 or die "Oops";