From 4abed9c4258916d7ebe387da10d7c84b18362469 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Feb 2019 10:06:58 -0300 Subject: [PATCH] xbps-src: add support for patch phase --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 48cf983958..dd87352401 100755 --- a/xbps-src +++ b/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