From d44b4522f15353fc14050051004f8097316a4e34 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 4 Jan 2024 21:47:52 +0000 Subject: [PATCH] Add post_patch hook --- lib/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions.sh b/lib/functions.sh index 9e482b2e29..d317dd6493 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1286,6 +1286,7 @@ patch_source() { [ -n "$SKIP_PATCH_SOURCE" ] && return [ -n "$REBASE_PATCHES" ] && rebase_patches "$@" apply_patches "$@" + hook post_patch "$TMPDIR/$EXTRACTED_SRC" [ -z "$*" -a $EXTRACT_MODE -ge 1 ] && exit }