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

closing as invalid

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.