xbps-src: getdeps-helper: print "subpkg" if it's a subpkg.
This commit is contained in:
parent
a78e885a29
commit
00a7774f1a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user