From 79172bd8dc03cf3d5d60741dca9c87f4dd3c129f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 3 Mar 2019 12:16:20 -0300 Subject: [PATCH] meta: also run actions in chroot when calling for patch phase. --- common/xbps-src/shutils/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/chroot.sh b/common/xbps-src/shutils/chroot.sh index 6502359156..89437f02a3 100644 --- a/common/xbps-src/shutils/chroot.sh +++ b/common/xbps-src/shutils/chroot.sh @@ -184,7 +184,7 @@ chroot_handler() { [ -z "$action" -a -z "$pkg" ] && return 1 case "$action" in - fetch|extract|build|check|configure|install|install-destdir|pkg|build-pkg|bootstrap-update|chroot) + fetch|extract|patch|build|check|configure|install|install-destdir|pkg|build-pkg|bootstrap-update|chroot) chroot_prepare || return $? chroot_init || return $? chroot_sync_repos || return $?