]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-contents
Enable zh-tw
[deb/packages.git] / bin / parse-contents
index 82df0b87b74341795df60a232670cd17ded0b9fc..11d076f49f2799a1f17c747abc5e72e4792bf63f 100755 (executable)
@@ -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 'avr32' and $arch ne 'm68k') {
                system("ln", "-sf", basename($filelist_db),
                       "$DBDIR/filelists_${suite}_all.db") == 0
                           or die "Oops";