Kaydet (Commit) acf7b952 authored tarafından Ned Deily's avatar Ned Deily

Issue #16256: OS X installer now sets correct permissions for doc directory.

üst a06ad5b3
...@@ -16,7 +16,7 @@ fi ...@@ -16,7 +16,7 @@ fi
# make share/doc link in framework for command line users # make share/doc link in framework for command line users
if [ -d "${SHARE_DIR}" ]; then if [ -d "${SHARE_DIR}" ]; then
mkdir -p "${SHARE_DOCDIR}" mkdir -m 775 -p "${SHARE_DOCDIR}"
# make relative link to html doc directory # make relative link to html doc directory
ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html" ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
fi fi
......
...@@ -789,6 +789,8 @@ Build ...@@ -789,6 +789,8 @@ Build
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. - Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
- Issue #16256: OS X installer now sets correct permissions for doc directory.
- Issue #8767: Restore building with --disable-unicode. - Issue #8767: Restore building with --disable-unicode.
Patch by Stefano Taschini. Patch by Stefano Taschini.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment