Thanks to visit codestin.com Credit goes to github.com
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.
2 parents addebca + 6214d49 commit 8214b9bCopy full SHA for 8214b9b
2 files changed
Mac/BuildScript/scripts/postflight.documentation
@@ -16,7 +16,7 @@ fi
16
17
# make share/doc link in framework for command line users
18
if [ -d "${SHARE_DIR}" ]; then
19
- mkdir -p "${SHARE_DOCDIR}"
+ mkdir -m 775 -p "${SHARE_DOCDIR}"
20
# make relative link to html doc directory
21
ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
22
fi
Misc/NEWS
@@ -1313,6 +1313,8 @@ Build
1313
1314
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
1315
1316
+- Issue #16256: OS X installer now sets correct permissions for doc directory.
1317
+
1318
- Issue #15431: Add _freeze_importlib project to regenerate importlib.h on
1319
Windows. Patch by Kristján Valur Jónsson.
1320
0 commit comments