Changeset 9253 for trunk/base


Ignore:
Timestamp:
Nov 11, 2004, 5:30:03 PM (19 years ago)
Author:
jkh
Message:

Make sure we're in the right directory before launching the build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/portmgr/buildall.tcl

    r9252 r9253  
    102102        puts $f {if {[catch {exec ./configure} result]} { puts "Warning: darwinports configure returned: $result" }}
    103103        puts $f {if {[catch {exec make all install} result]} { puts "Warning: darwinports make returned: $result" }}
     104        puts $f "cd .."
    104105        puts $f {set env(PATH) "$env(PATH):/opt/local/bin"}
    105106        if {[info exists env(MASTER_SITE_LOCAL)]} {
Note: See TracChangeset for help on using the changeset viewer.