mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
xbps-src: respect $XBPS_CHECK_PKGS
This commit is contained in:
parent
fefffea5d7
commit
425aaa15cb
1 changed files with 2 additions and 2 deletions
4
xbps-src
4
xbps-src
|
@ -781,8 +781,8 @@ case "$XBPS_TARGET" in
|
|||
fi
|
||||
;;
|
||||
fetch|extract|patch|configure|build|check|install|pkg)
|
||||
if [ "$XBPS_TARGET" = "check" ]; then
|
||||
export XBPS_CHECK_PKGS=1
|
||||
if [ "$XBPS_TARGET" = "check" ] && [ -z "$XBPS_CHECK_PKGS" ]; then
|
||||
export XBPS_CHECK_PKGS=full
|
||||
fi
|
||||
read_pkg
|
||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue