xbps-src: xbps-go checks for subpkg

This commit is contained in:
str1ngs 2011-07-15 00:09:46 -07:00
parent 2a01a90588
commit e5acd8eb52

View file

@ -14,7 +14,6 @@ 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"