abuild: fix for dynamic dependency detection
This commit is contained in:
parent
4cc049802a
commit
15a3f24286
@ -415,7 +415,7 @@ trace_apk_deps() {
|
|||||||
error "Could not find dependency for $i"
|
error "Could not find dependency for $i"
|
||||||
return 1
|
return 1
|
||||||
fi
|
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"
|
warning "You can remove '$found' from depends"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user