diff --git a/common/hooks/post-extract/00-patches.sh b/common/hooks/post-extract/00-patches.sh index 1e1e62cf86b..2cef5f24c12 100644 --- a/common/hooks/post-extract/00-patches.sh +++ b/common/hooks/post-extract/00-patches.sh @@ -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() {