Modify ↓
Ticket #4135 (closed defect: invalid)
Opened 5 years ago
Last modified 5 years ago
perl bindings default prefix is ambiguous
| Reported by: | markspieth | Owned by: | ijr |
|---|---|---|---|
| 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
Attachments
Change History
comment:1 Changed 5 years ago by janne
- Status changed from new to closed
- Resolution set to invalid
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 '/'