xbps-src: tell dxpb provides, 32bit, and debug

This commit is contained in:
Toyam Cox 2018-09-30 10:31:45 -04:00
parent 5496e1115a
commit f6c93590a2
1 changed files with 3 additions and 0 deletions

View File

@ -777,6 +777,9 @@ case "$XBPS_TARGET" in
revision) print_var="$revision ";;
subpackages) print_var="$subpackages ";;
version) print_var="$version ";;
provides) print_var="$provides ";;
lib32disabled) print_var="$lib32disabled ";;
nodebug) print_var="$nodebug ";;
esac # the space at the end of each is essential for unset vars
if [ -n "$print_var" ]; then
printf "%s\n" "$(printf "${print_var% }" | tr -t '\n\r' ' ')"