Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Davis <jim.epost@gmail.com>2015-07-16 22:50:50 +0300
committerJonathan Corbet <corbet@lwn.net>2015-07-24 16:05:57 +0300
commitfce96568f314d0fb72f5ca4bba2f64e7164a7817 (patch)
tree7fa66ec59c08dc642664fc9da7d353466888eeb1 /Documentation/DocBook/Makefile
parent3d5583cc82e9d505e4b9a37615f7a28c7ea465b9 (diff)
Documentation: installed man pages don't need to be executable
Install the man pages with mode 644 instead of 755 Signed-off-by: Jim Davis <jim.epost@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r--Documentation/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index b6a6a2e0dd3b..170042a1ea5f 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -60,7 +60,7 @@ mandocs: $(MAN)
installmandocs: mandocs
mkdir -p /usr/local/man/man9/
- install $(obj)/man/*.9.gz /usr/local/man/man9/
+ install -m 644 $(obj)/man/*.9.gz /usr/local/man/man9/
###
#External programs used