From 15a3f24286c3e5a4488547d9961e8b23b39793aa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jul 2009 20:01:52 +0000 Subject: abuild: fix for dynamic dependency detection --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index a121dc5..bf3f505 100755 --- a/abuild.in +++ b/abuild.in @@ -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 -- cgit v1.2.3-60-g2f50