Opened 19 years ago
Closed 19 years ago
#4135 closed defect (invalid)
perl bindings default prefix is ambiguous
| Reported by: | Mark Spieth | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
perl.pro allows /usr/bin and /usr/local/bin as default prefix which is not correct. /usr/bin needs explicit override for the prefix to work
patch is -contains(PREFIX, /usr(/local)?/?$) { +contains(PREFIX, /usr/local/?$) {
just in case reporter not correct cheers mark spieth
Note:
See TracTickets
for help on using tickets.

closing as invalid
that line lets PERL use its default prefix if PREFIX is "/usr" or "/usr/local" omitting the final '/'