Revert "find-package (FindByPath): optimize out /bin/sh /bin/cat etc."
This reverts commit 54e8a1cff1
.
This commit is contained in:
parent
86452d3194
commit
10a67f5ef4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user