Changeset 1231 for trunk/base


Ignore:
Timestamp:
Nov 12, 2002, 11:53:31 AM (21 years ago)
Author:
landonf (Landon Fuller)
Message:

Switch from destroot to destdir.
Reversing the destroot change I proposed earlier. Sorry Kevin

Location:
trunk/base/src/port1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portinstall.tcl

    r1230 r1231  
    4848
    4949proc install_start {args} {
    50     global UI_PREFIX portname build.target.install destroot
     50    global UI_PREFIX portname build.target.install destdir
    5151
    52     ui_msg "$UI_PREFIX Installing ${portname} into ${destroot} with target ${build.target.install}"
     52    ui_msg "$UI_PREFIX Installing ${portname} into ${destdir} with target ${build.target.install}"
    5353       
    54         file mkdir ${destroot}
    55         system "mtree -U -f /etc/ports/prefix.mtree -d -e -p ${destroot} > /dev/null"
     54        file mkdir ${destdir}
     55        system "mtree -U -f /etc/ports/prefix.mtree -d -e -p ${destdir} > /dev/null"
    5656}
    5757
  • trunk/base/src/port1.0/portmain.tcl

    r1229 r1231  
    5454default workpath {[file join $portpath $workdir]}
    5555default prefix /opt/local
    56 default destroot {${workpath}/destroot}
     56default destdir {${workpath}/destdir}
    5757default filedir files
    5858default revision 0
Note: See TracChangeset for help on using the changeset viewer.