From b49589e2915bf6d7ed610db5705a06b1c9972040 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 2 Oct 2012 18:37:37 +0000 Subject: abuild: show all detected dependencies This will hopefully help detect depends problems early --- abuild.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abuild.in b/abuild.in index 8abbdab..febf893 100755 --- a/abuild.in +++ b/abuild.in @@ -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() { -- cgit v1.2.3-70-g09d2