Re: [PATCH] Documentation: installed man pages don't need to be executable

2015-07-17 Thread Jonathan Corbet
On Thu, 16 Jul 2015 12:50:50 -0700 Jim Davis wrote: > Install the man pages with mode 644 instead of 755 Makes sense. Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majo

[PATCH] Documentation: installed man pages don't need to be executable

2015-07-16 Thread Jim Davis
Install the man pages with mode 644 instead of 755 Signed-off-by: Jim Davis --- Documentation/DocBook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index b6a6a2e0dd3bb..170042a1ea5f2 100644 --- a/Docum