diff options
author | Ned Deily <nad@acm.org> | 2013-02-01 22:05:26 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-02-01 22:05:26 (GMT) |
commit | 8214b9b29388cba50757d92aa1b0fc8db0ad8994 (patch) | |
tree | 6d7427f5b95d17b4edf27e2c75721ea912fcf1f2 /Mac | |
parent | addebca75117f8eebb29bdf9e9eb225f20ccd924 (diff) | |
parent | 6214d4937ce2fe9aead14ddb9d65a95fb68088ee (diff) | |
download | cpython-8214b9b29388cba50757d92aa1b0fc8db0ad8994.zip cpython-8214b9b29388cba50757d92aa1b0fc8db0ad8994.tar.gz cpython-8214b9b29388cba50757d92aa1b0fc8db0ad8994.tar.bz2 |
Issue #16256: merge from 3.2
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/scripts/postflight.documentation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/scripts/postflight.documentation b/Mac/BuildScript/scripts/postflight.documentation index c4ba616..b9f28a5 100755 --- a/Mac/BuildScript/scripts/postflight.documentation +++ b/Mac/BuildScript/scripts/postflight.documentation @@ -16,7 +16,7 @@ fi # make share/doc link in framework for command line users if [ -d "${SHARE_DIR}" ]; then - mkdir -p "${SHARE_DOCDIR}" + mkdir -m 775 -p "${SHARE_DOCDIR}" # make relative link to html doc directory ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html" fi |