abuild: show all detected dependencies

This will hopefully help detect depends problems early
This commit is contained in:
Natanael Copa 2012-10-02 18:37:37 +00:00
parent df83f78d71
commit b49589e291

View File

@ -915,6 +915,8 @@ trace_apk_deps() {
for i in $autodeps; do
echo "depend = $i"
done | sort -u >> "$dir"/.PKGINFO
# display all depends
sed -n '/^depend =/s/depend = /\t/p' "$dir"/.PKGINFO >&2
}
find_scanelf_paths() {