Ticket #2118 (new defect)
Opened 10 years ago
opkg-utils' shebang line expects Python in /usr/bin/
Reported by: | mrchapp | Owned by: | openmoko-devel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | unknown | Version: | |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Estimated Completion (week): | ||
HasPatchForReview: | no | PatchReviewResult: | |
Reproducible: |
Description
Some of the opkg-utils expect Python in /usr/bin/. In fact, the rest of the opkg-utils call "/usr/bin/env python" (which is good) and "/usr/bin/env python2.1".
It's good practice to let the environment define the preferred Python to use: "/usr/bin/env python"
Attachments
Change History
Changed 10 years ago by mrchapp
- Attachment opkg-utils-envpython.patch added
Note: See
TracTickets for help on using
tickets.
Patch to update shebang line in some opkg-utils