xbps-src: add support for patch phase
This commit is contained in:
parent
34fe9c410f
commit
4abed9c425
2
xbps-src
2
xbps-src
|
@ -726,7 +726,7 @@ case "$XBPS_TARGET" in
|
||||||
remove_pkg_autodeps
|
remove_pkg_autodeps
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
fetch|extract|build|check|configure|install|pkg)
|
fetch|extract|patch|configure|build|check|install|pkg)
|
||||||
if [ "$XBPS_TARGET" = "check" ]; then
|
if [ "$XBPS_TARGET" = "check" ]; then
|
||||||
export XBPS_CHECK_PKGS=1
|
export XBPS_CHECK_PKGS=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue