X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fparse-contents;h=f7fa9a44d3419166435ccb96d8e7311226812080;hb=6daa6764bc7c3efdcc589eac9f51f76f88646870;hp=c254375f10a9403d4d0bf27731020db03604b125;hpb=ba785a886ccbfb71d6ad84d0c615479939a0c62f;p=deb%2Fpackages.git diff --git a/bin/parse-contents b/bin/parse-contents index c254375..f7fa9a4 100755 --- a/bin/parse-contents +++ b/bin/parse-contents @@ -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"; + } } }