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.
1 parent 9b57cf5 commit 6214d49Copy full SHA for 6214d49
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
@@ -958,6 +958,8 @@ Build
958
959
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
960
961
+- Issue #16256: OS X installer now sets correct permissions for doc directory.
962
+
963
Tools/Demos
964
-----------
965
0 commit comments