Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6214d493
Commit
6214d493
authored
Feb 01, 2013
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #16256: OS X installer now sets correct permissions for doc directory.
parent
9b57cf58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Mac/BuildScript/scripts/postflight.documentation
Mac/BuildScript/scripts/postflight.documentation
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Mac/BuildScript/scripts/postflight.documentation
View file @
6214d493
...
...
@@ -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
...
...
Misc/NEWS
View file @
6214d493
...
...
@@ -958,6 +958,8 @@ Build
- 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.
Tools/Demos
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment