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
|
|
|
64 | 64 | |
65 | 65 | file mkdir "${destroot}" |
66 | 66 | 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" |
68 | 68 | } |
69 | 69 | 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" |
71 | 71 | } |
72 | 72 | |
73 | 73 | proc destroot_main {args} { |