#14536 closed defect (fixed)
BUG: python25: Correct #! line in scripts generated by setup.py
Reported by: | raimue (Rainer Müller) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | python25 | Cc: | |
Port: |
Description
Currently, scripts installed using setup.py from python25 contain #!/opt/local/bin/python
which is wrong, as we only install /opt/local/bin/python2.5. The attached patch fixes it ("backported" from python30).
Attachments (1)
Change History (3)
Changed 17 years ago by raimue (Rainer Müller)
Attachment: | patch-python25-shebang.diff added |
---|
comment:1 Changed 16 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Should be fixed by the new python25 port building as a framework as of r37817.