From 5850b188b4870a460333fec1f1ba9c5f9027f0b2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 25 Jan 2019 20:59:36 -0200 Subject: [PATCH] shutils/build_dependencies.sh: also show build_helper that are set. --- common/xbps-src/shutils/build_dependencies.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/xbps-src/shutils/build_dependencies.sh b/common/xbps-src/shutils/build_dependencies.sh index f8616ce9a0..6f08a3e059 100644 --- a/common/xbps-src/shutils/build_dependencies.sh +++ b/common/xbps-src/shutils/build_dependencies.sh @@ -199,6 +199,10 @@ install_pkg_deps() { [ -n "$build_style" ] && style=" [$build_style]" + for s in $build_helper; do + style+=" [$s]" + done + if [ "$pkg" != "$targetpkg" ]; then msg_normal "$pkgver: building${style} (dependency of $targetpkg) ...\n" else