From a22b793e9052e5016409e573170b486d10fc4d33 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 2 Aug 2015 10:54:59 +0200 Subject: [PATCH] common/hooks: show msg for patching before applying the patch. failing patches can easier be identified that way. --- common/hooks/post-extract/00-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {