mk: Use the correct permissions for man pages
This commit is contained in:
parent
60a2aedbbb
commit
e302bbe635
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue