meta: also run do-$step_name hooks when run_step is called.
This commit is contained in:
@@ -67,6 +67,9 @@ run_step() {
|
||||
msg_error "$pkgver: cannot find do_$step_name()!\n"
|
||||
fi
|
||||
|
||||
# Run do_ phase hooks
|
||||
run_pkg_hooks "do-$step_name"
|
||||
|
||||
# Run post_* Phase
|
||||
if declare -f "post_$step_name" >/dev/null; then
|
||||
ch_wrksrc
|
||||
|
Reference in New Issue
Block a user