xbps-src: getdeps-helper: print "subpkg" if it's a subpkg.

This commit is contained in:
Juan RP 2011-07-14 15:00:13 +02:00
parent a78e885a29
commit 00a7774f1a

View file

@ -14,6 +14,7 @@ set_defvars
setup_subpkg_tmpl $2
if [ "$1" = "run" ]; then
[ -n "$SUBPKG" ] && echo -n "subpkg: "
[ -n "$run_depends" ] && echo "$run_depends"
elif [ "$1" = "build" ]; then
[ -n "$build_depends" ] && echo "$build_depends"