We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a2aed commit e302bbeCopy full SHA for e302bbe
mk/prepare.mk
@@ -41,7 +41,7 @@ prepare-everything: prepare-host prepare-targets
41
DEFAULT_PREPARE_DIR_CMD = umask 022 && mkdir -p
42
DEFAULT_PREPARE_BIN_CMD = install -m755
43
DEFAULT_PREPARE_LIB_CMD = install -m644
44
-DEFAULT_PREPARE_MAN_CMD = install -m755
+DEFAULT_PREPARE_MAN_CMD = install -m644
45
46
# On windows we install from stage3, but on unix only stage2
47
# Because of the way these rules are organized, preparing from any
0 commit comments