Ticket #1113: destroot.patch

File destroot.patch, 941 bytes (added by chris.ridd@…, 20 years ago)

Patch to destroot

  • base/src/port1.0/portdestroot.tcl

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/portdestroot.tcl,v
    retrieving revision 1.7
    diff -u -r1.7 portdestroot.tcl
     
    6464
    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
    7373proc destroot_main {args} {