X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-contents;h=11d076f49f2799a1f17c747abc5e72e4792bf63f;hp=a72bb71aefac3e96a904993764e3065062f4b7c1;hb=0f318fa9ad9d473b543a48f46a7714a11283d300;hpb=24c23c4eebaf4fa86fd27f1c65fa3f220ce30059 diff --git a/bin/parse-contents b/bin/parse-contents index a72bb71..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 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";