Revision
68416
Author
jmr@macports.org
Date
2010-06-02 20:48:41 -0700 (Wed, 02 Jun 2010)

Log Message

generate a quick index for newly rsynced platform-specific PortIndex files

Modified Paths

Diff

Modified: trunk/base/src/macports1.0/macports.tcl (68415 => 68416)


--- trunk/base/src/macports1.0/macports.tcl	2010-06-03 03:47:40 UTC (rev 68415)
+++ trunk/base/src/macports1.0/macports.tcl	2010-06-03 03:48:41 UTC (rev 68416)
@@ -1910,6 +1910,8 @@
                     ui_debug $rsync_commandline
                     if {[catch {system $rsync_commandline}]} {
                         ui_debug "Synchronization of the PortIndex failed doing rsync"
+                    } else {
+                        mports_generate_quickindex $indexfile
                     }
                 }
                 if {[catch {system "chmod -R a+r \"$destdir\""}]} {