Modified: branches/release_1_9/base/src/macports1.0/macports.tcl (68417 => 68418)
--- branches/release_1_9/base/src/macports1.0/macports.tcl 2010-06-03 03:50:02 UTC (rev 68417)
+++ branches/release_1_9/base/src/macports1.0/macports.tcl 2010-06-03 03:52:04 UTC (rev 68418)
@@ -1907,6 +1907,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\""}]} {