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

Skip to content

Commit 8214b9b

Browse files
committed
Issue #16256: merge from 3.2
2 parents addebca + 6214d49 commit 8214b9b

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
@@ -1313,6 +1313,8 @@ Build
13131313

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

1316+
- Issue #16256: OS X installer now sets correct permissions for doc directory.
1317+
13161318
- Issue #15431: Add _freeze_importlib project to regenerate importlib.h on
13171319
Windows. Patch by Kristján Valur Jónsson.
13181320

0 commit comments

Comments
 (0)