Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6214d49

Browse files
committed
Issue #16256: OS X installer now sets correct permissions for doc directory.
1 parent 9b57cf5 commit 6214d49

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Mac/BuildScript/scripts/postflight.documentation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
# make share/doc link in framework for command line users
1818
if [ -d "${SHARE_DIR}" ]; then
19-
mkdir -p "${SHARE_DOCDIR}"
19+
mkdir -m 775 -p "${SHARE_DOCDIR}"
2020
# make relative link to html doc directory
2121
ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html"
2222
fi

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,8 @@ Build
958958

959959
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
960960

961+
- Issue #16256: OS X installer now sets correct permissions for doc directory.
962+
961963
Tools/Demos
962964
-----------
963965

0 commit comments

Comments
 (0)