xbps-src: add support for patch phase

This commit is contained in:
maxice8 2019-02-26 10:06:58 -03:00 committed by maxice8
parent 34fe9c410f
commit 4abed9c425
1 changed files with 1 additions and 1 deletions

View File

@ -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