Do not install executable man pages
authorChristian Ebert <blacktrash@gmx.net>
Sun, 25 Jan 2009 12:21:57 +0100
changeset 7686 fa584d23e3cc
parent 7685 161412a3341c
child 7687 1ac4dc64cf2a
Do not install executable man pages Default mode of install might be 755, therefore specify 644.
doc/Makefile
--- a/doc/Makefile	Sat Jan 24 18:52:46 2009 +0100
+++ b/doc/Makefile	Sun Jan 25 12:21:57 2009 +0100
@@ -3,7 +3,7 @@
 HTML=$(SOURCES:%.txt=%.html)
 PREFIX=/usr/local
 MANDIR=$(PREFIX)/share/man
-INSTALL=install -c
+INSTALL=install -c -m 644
 PYTHON=python
 ASCIIDOC=asciidoc