xbps-src: tell dxpb provides, 32bit, and debug
This commit is contained in:
parent
5496e1115a
commit
f6c93590a2
1 changed files with 3 additions and 0 deletions
3
xbps-src
3
xbps-src
|
@ -777,6 +777,9 @@ case "$XBPS_TARGET" in
|
||||||
revision) print_var="$revision ";;
|
revision) print_var="$revision ";;
|
||||||
subpackages) print_var="$subpackages ";;
|
subpackages) print_var="$subpackages ";;
|
||||||
version) print_var="$version ";;
|
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
|
esac # the space at the end of each is essential for unset vars
|
||||||
if [ -n "$print_var" ]; then
|
if [ -n "$print_var" ]; then
|
||||||
printf "%s\n" "$(printf "${print_var% }" | tr -t '\n\r' ' ')"
|
printf "%s\n" "$(printf "${print_var% }" | tr -t '\n\r' ' ')"
|
||||||
|
|
Loading…
Reference in a new issue