New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80139


Ignore:
Timestamp:
07/05/11 00:04:50 (4 years ago)
Author:
jmr@…
Message:

add prefix=/usr check to selfupdate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/macports1.0/macports.tcl

    r80088 r80139  
    30223022            } 
    30233023 
    3024             if {$prefix == "/usr/local"} { 
     3024            if {$prefix == "/usr/local" || $prefix == "/usr"} { 
    30253025                append configure_args " --with-unsupported-prefix" 
    30263026            } 
Note: See TracChangeset for help on using the changeset viewer.