mk: Use the correct permissions for man pages

This commit is contained in:
Brian Anderson 2014-03-09 14:12:11 -07:00
parent 60a2aedbbb
commit e302bbe635
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ prepare-everything: prepare-host prepare-targets
DEFAULT_PREPARE_DIR_CMD = umask 022 && mkdir -p
DEFAULT_PREPARE_BIN_CMD = install -m755
DEFAULT_PREPARE_LIB_CMD = install -m644
DEFAULT_PREPARE_MAN_CMD = install -m755
DEFAULT_PREPARE_MAN_CMD = install -m644
# On windows we install from stage3, but on unix only stage2
# Because of the way these rules are organized, preparing from any