[mythtv-commits] Ticket #4135: perl bindings default prefix is ambiguous

MythTV mythtv at cvs.mythtv.org
Tue Nov 6 00:02:56 UTC 2007


#4135: perl bindings default prefix is ambiguous
------------------------+---------------------------------------------------
 Reporter:  markspieth  |       Owner:  ijr    
     Type:  defect      |      Status:  new    
 Priority:  minor       |   Milestone:  unknown
Component:  mythtv      |     Version:  unknown
 Severity:  medium      |     Mlocked:  0      
------------------------+---------------------------------------------------
 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

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4135>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list