New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80896


Ignore:
Timestamp:
07/20/11 13:17:00 (4 years ago)
Author:
jmr@…
Message:

restore_ports: handle absence of /Library/Tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/restore_ports/restore_ports.tcl

    r80893 r80896  
    213213 
    214214set macportsTclPath "/Library/Tcl" 
    215 #set macportsTclPath "/opt/mptest/share/macports/Tcl" 
     215if {![file isfile ${macportsTclPath}/macports1.0/macports_fastload.tcl]} { 
     216    set macportsTclPath "/opt/local/share/macports/Tcl" 
     217} 
    216218set showVersion 0 
    217219 
Note: See TracChangeset for help on using the changeset viewer.