Skip to content

Commit

Permalink
Merge pull request #3438 from citrus-it/post_patch
Browse files Browse the repository at this point in the history
Add post_patch hook
  • Loading branch information
hadfl authored Jan 5, 2024
2 parents 7685c0b + d44b452 commit e0cc774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit e0cc774

Please sign in to comment.