abuild: fix for dynamic dependency detection

This commit is contained in:
Natanael Copa 2009-07-29 20:01:52 +00:00
parent 4cc049802a
commit 15a3f24286
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ trace_apk_deps() {
error "Could not find dependency for $i"
return 1
fi
if grep -w "^depend = $found" "$dir"/.PKGINFO >/dev/null ; then
if grep -w "^depend = ${found}$" "$dir"/.PKGINFO >/dev/null ; then
warning "You can remove '$found' from depends"
continue
fi