xbps-src: tell dxpb provides, 32bit, and debug
This commit is contained in:
parent
5496e1115a
commit
f6c93590a2
3
xbps-src
3
xbps-src
|
@ -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' ' ')"
|
||||
|
|
Loading…
Reference in New Issue