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
1 changed files with 1 additions and 1 deletions
|
@ -29,8 +29,8 @@ _process_patch() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$wrksrc"
|
cd "$wrksrc"
|
||||||
|
msg_normal "$pkgver: patching: ${_patch}.\n"
|
||||||
patch -sl ${_args} -i ${_patch} 2>/dev/null
|
patch -sl ${_args} -i ${_patch} 2>/dev/null
|
||||||
msg_normal "$pkgver: patch applied: ${_patch}.\n"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hook() {
|
hook() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue