xbps-src: getdeps-helper: print "subpkg" if it's a subpkg.
This commit is contained in:
parent
a78e885a29
commit
00a7774f1a
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ set_defvars
|
||||||
|
|
||||||
setup_subpkg_tmpl $2
|
setup_subpkg_tmpl $2
|
||||||
if [ "$1" = "run" ]; then
|
if [ "$1" = "run" ]; then
|
||||||
|
[ -n "$SUBPKG" ] && echo -n "subpkg: "
|
||||||
[ -n "$run_depends" ] && echo "$run_depends"
|
[ -n "$run_depends" ] && echo "$run_depends"
|
||||||
elif [ "$1" = "build" ]; then
|
elif [ "$1" = "build" ]; then
|
||||||
[ -n "$build_depends" ] && echo "$build_depends"
|
[ -n "$build_depends" ] && echo "$build_depends"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue