]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-contents
Merge commit 'alioth/master' into ubuntu-master
[deb/packages.git] / bin / parse-contents
index 1f4f58d9aea8f414201bd6f894fd694d3ddf25d3..26f715108530bc1e4ea80e123c018bddc6287a37 100755 (executable)
@@ -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";