generate a quick index for newly rsynced platform-specific PortIndex files
--- 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\""}]} {