Skip to content

Commit e302bbe

Browse files
committed
mk: Use the correct permissions for man pages
1 parent 60a2aed commit e302bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/prepare.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prepare-everything: prepare-host prepare-targets
4141
DEFAULT_PREPARE_DIR_CMD = umask 022 && mkdir -p
4242
DEFAULT_PREPARE_BIN_CMD = install -m755
4343
DEFAULT_PREPARE_LIB_CMD = install -m644
44-
DEFAULT_PREPARE_MAN_CMD = install -m755
44+
DEFAULT_PREPARE_MAN_CMD = install -m644
4545

4646
# On windows we install from stage3, but on unix only stage2
4747
# Because of the way these rules are organized, preparing from any

0 commit comments

Comments
 (0)