meta: unset the pre_patch() do_patch() post_patch()
This commit is contained in:
parent
5f4d77c78a
commit
1ba87eee57
|
@ -28,6 +28,7 @@ unset -v nodebug
|
|||
## FUNCTIONS
|
||||
unset -f pre_fetch do_fetch post_fetch
|
||||
unset -f pre_extract do_extract post_extract
|
||||
unset -f pre_patch do_patch post_patch
|
||||
unset -f pre_configure do_configure post_configure
|
||||
unset -f pre_build do_build post_build
|
||||
unset -f pre_check do_check post_check
|
||||
|
|
Loading…
Reference in New Issue