common/hooks: show msg for patching before applying the patch.
failing patches can easier be identified that way.
This commit is contained in:
parent
b8f8fee2e0
commit
a22b793e90
|
@ -29,8 +29,8 @@ _process_patch() {
|
|||
fi
|
||||
|
||||
cd "$wrksrc"
|
||||
msg_normal "$pkgver: patching: ${_patch}.\n"
|
||||
patch -sl ${_args} -i ${_patch} 2>/dev/null
|
||||
msg_normal "$pkgver: patch applied: ${_patch}.\n"
|
||||
}
|
||||
|
||||
hook() {
|
||||
|
|
Loading…
Reference in New Issue