mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Workaround for bug #1558983
There is an issue with custom icons on directories in the 2.5c2 installer, don't set a custom icon on "/Applications/MacPython 2.5" for now. Also make sure that the installer doesn't crap out when the Makefile in the system's python installation has other customizations than we expect.
This commit is contained in:
parent
137c789e83
commit
736fc567b2
2 changed files with 6 additions and 1 deletions
|
@ -123,7 +123,8 @@ def main():
|
|||
makescript(GXX_SCRIPT, "g++")
|
||||
# Finally fix the makefile
|
||||
rv = fix(MAKEFILE, do_apply)
|
||||
sys.exit(rv)
|
||||
#sys.exit(rv)
|
||||
sys.exit(0)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue