Revision
74064
Author
jmr@macports.org
Date
2010-12-03 13:35:24 -0800 (Fri, 03 Dec 2010)

Log Message

call fetch_start in portmirror so the distpath is created and chowned

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portmirror.tcl (74063 => 74064)


--- trunk/base/src/port1.0/portmirror.tcl	2010-12-03 19:45:14 UTC (rev 74063)
+++ trunk/base/src/port1.0/portmirror.tcl	2010-12-03 21:35:24 UTC (rev 74064)
@@ -69,7 +69,7 @@
     if {"${fetch.type}" == "standard"} {
         # fetch the files.
         portfetch::fetch_init $args
-        #fetch_start
+        portfetch::fetch_start $args
         portfetch::fetch_main $args
 
         # checksum the files.