mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix issue 5224.
This commit is contained in:
parent
d5ad6da03b
commit
799868e8a7
2 changed files with 3 additions and 4 deletions
|
@ -1031,8 +1031,7 @@ def main():
|
|||
buildPythonDocs()
|
||||
fn = os.path.join(WORKDIR, "_root", "Applications",
|
||||
"Python %s"%(getVersion(),), "Update Shell Profile.command")
|
||||
patchFile("scripts/postflight.patch-profile", fn)
|
||||
os.chmod(fn, 0755)
|
||||
patchScript("scripts/postflight.patch-profile", fn)
|
||||
|
||||
folder = os.path.join(WORKDIR, "_root", "Applications", "Python %s"%(
|
||||
getVersion(),))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue