Skip to content

Commit

Permalink
Add post_patch hook
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jan 4, 2024
1 parent 7685c0b commit d44b452
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 d44b452

Please sign in to comment.