X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-contents;h=a72bb71aefac3e96a904993764e3065062f4b7c1;hp=82df0b87b74341795df60a232670cd17ded0b9fc;hb=24c23c4eebaf4fa86fd27f1c65fa3f220ce30059;hpb=6219a15b9fb00f7bb89e4997a77aa99afceb6cdc diff --git a/bin/parse-contents b/bin/parse-contents index 82df0b8..a72bb71 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 'm68k') { system("ln", "-sf", basename($filelist_db), "$DBDIR/filelists_${suite}_all.db") == 0 or die "Oops";