Changeset 3891 for trunk/base


Ignore:
Timestamp:
Nov 4, 2003, 10:35:41 AM (20 years ago)
Author:
fkr
Message:

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

remove -d from mtree flags, spotted by chris ridd

File:
1 edited

Legend:

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

    r3180 r3891  
    6565    file mkdir "${destroot}"
    6666    if { ${os.platform} == "darwin" } {
    67         system "cd \"${destroot}\" && mtree -d -e -U -f ${portresourcepath}/install/macosx.mtree"
     67        system "cd \"${destroot}\" && mtree -e -U -f ${portresourcepath}/install/macosx.mtree"
    6868    }
    6969    file mkdir "${destroot}/${prefix}"
    70     system "cd \"${destroot}/${prefix}\" && mtree -d -e -U -f ${portresourcepath}/install/prefix.mtree"
     70    system "cd \"${destroot}/${prefix}\" && mtree -e -U -f ${portresourcepath}/install/prefix.mtree"
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.