Page MenuHomeFreeBSD

Add /usr/local/bin/* old cmd patterns to shebangfix
ClosedPublic

Authored by AMDmi3 on Apr 17 2017, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 29, 9:47 AM
Unknown Object (File)
Nov 2 2024, 9:29 AM
Unknown Object (File)
Sep 25 2024, 12:55 PM
Unknown Object (File)
Sep 25 2024, 12:55 PM
Unknown Object (File)
Sep 25 2024, 12:55 PM
Unknown Object (File)
Sep 25 2024, 12:43 PM
Unknown Object (File)
Sep 24 2024, 4:42 AM
Unknown Object (File)
Sep 23 2024, 12:34 PM
Subscribers

Details

Summary

/usr/local/bin/* shebangs are pretty common (for instance,
/usr/local/bin/python used in python itself), so add them to
shebangfix. This will help to fix python shebangs and better
respect PREFIX in some places.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rene added a subscriber: rene.

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

This revision is now accepted and ready to land.Apr 19 2017, 11:07 AM
In D10412#216218, @rene wrote:

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

Not only, also to replace "python" with "python${PYTHON_VER}"

This revision was automatically updated to reflect the committed changes.