summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 2 insertions, 0 deletions
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() {