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