Revert "find-package (FindByPath): optimize out /bin/sh /bin/cat etc."

This reverts commit 54e8a1cff1.
This commit is contained in:
Дмитрий Левин 2008-02-27 15:08:12 +00:00
parent 86452d3194
commit 10a67f5ef4

View File

@ -183,13 +183,6 @@ FindByPath()
esac
unset dir
# Opimize out bulk dependencies.
case "${rep#/bin/}" in
sh | cat | rm | mv | cp | mkdir | ln )
$Verbose "$f: $rep (skip, bulk)"
return ;;
esac
# Ideally, we'd like to output all file-level dependencies here just as the are.
# However, due to current Sisyphus design (separate $arch and noarch repos),
# this can result in cross-arch "semi-unmet" dependencies. For now, we check