common/hooks: show msg for patching before applying the patch.

failing patches can easier be identified that way.
This commit is contained in:
Enno Boland 2015-08-02 10:54:59 +02:00
parent b8f8fee2e0
commit a22b793e90
1 changed files with 1 additions and 1 deletions

View File

@ -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() {