1
0
Fork 0

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>
hifive-unleashed-5.1
Jim Davis 2015-07-16 12:50:50 -07:00 committed by Jonathan Corbet
parent 3d5583cc82
commit fce96568f3
1 changed files with 1 additions and 1 deletions

View File

@ -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