summaryrefslogtreecommitdiff
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorJim Davis <jim.epost@gmail.com>2015-07-16 19:50:50 (GMT)
committerJonathan Corbet <corbet@lwn.net>2015-07-24 13:05:57 (GMT)
commitfce96568f314d0fb72f5ca4bba2f64e7164a7817 (patch)
tree7fa66ec59c08dc642664fc9da7d353466888eeb1 /Documentation/DocBook
parent3d5583cc82e9d505e4b9a37615f7a28c7ea465b9 (diff)
downloadlinux-fce96568f314d0fb72f5ca4bba2f64e7164a7817.tar.xz
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')
-rw-r--r--Documentation/DocBook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index b6a6a2e..170042a 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