Opened 16 years ago

Closed 16 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

Change History (1)

comment:1 Changed 16 years ago by Janne Grunau

Resolution: invalid
Status: newclosed

closing as invalid

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

Note: See TracTickets for help on using tickets.