mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
xbps-src: add support for patch phase
This commit is contained in:
parent
34fe9c410f
commit
4abed9c425
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -726,7 +726,7 @@ case "$XBPS_TARGET" in
|
|||
remove_pkg_autodeps
|
||||
fi
|
||||
;;
|
||||
fetch|extract|build|check|configure|install|pkg)
|
||||
fetch|extract|patch|configure|build|check|install|pkg)
|
||||
if [ "$XBPS_TARGET" = "check" ]; then
|
||||
export XBPS_CHECK_PKGS=1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue