]> git.deb.at Git - deb/packages.git/blobdiff - bin/parse-contents
armel is now an official architecture
[deb/packages.git] / bin / parse-contents
index c254375f10a9403d4d0bf27731020db03604b125..f7fa9a44d3419166435ccb96d8e7311226812080 100755 (executable)
@@ -140,9 +140,12 @@ for my $suite (@suites) {
            rename("$DBDIR/reverse.tmp", "$DBDIR/reverse_${suite}_${arch}.txt");
 
            activate($filelist_db);
-           system("ln", "-sf", $filelist_db,
-                  "$DBDIR/filelists_${suite}_all.db") == 0
-                      or die "Oops";
+           #FIXME: hardcoded archs. (debports has no contrib/non-free)
+           if ($arch !~ m/^kfreebsd-.*$/) {
+               system("ln", "-sf", $filelist_db,
+                      "$DBDIR/filelists_${suite}_all.db") == 0
+                          or die "Oops";
+           }
        }
     }