[26361] trunk/base/portmgr/mprsyncup

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 20 09:56:06 PDT 2007


Revision: 26361
          http://trac.macosforge.org/projects/macports/changeset/26361
Author:   jmpp at macports.org
Date:     2007-06-20 09:56:06 -0700 (Wed, 20 Jun 2007)

Log Message:
-----------
Updating the the script to reflect paths used on the rsync server.

Modified Paths:
--------------
    trunk/base/portmgr/mprsyncup

Modified: trunk/base/portmgr/mprsyncup
===================================================================
--- trunk/base/portmgr/mprsyncup	2007-06-20 16:55:41 UTC (rev 26360)
+++ trunk/base/portmgr/mprsyncup	2007-06-20 16:56:06 UTC (rev 26361)
@@ -1,4 +1,5 @@
 #!/bin/sh
+
 ####
 # Script to checkout/update base sources from both trunk (ToT) and the current
 # release tag (as determined by the base/config/RELEASE_URL file) and a ports
@@ -21,7 +22,7 @@
 RSYNC="/usr/bin/rsync -q"
 
 # Paths we'll work on:
-SVNROOT=/tmp/macports
+SVNROOT=/var/tmp/macports
 TBASE=${SVNROOT}/trunk/base
 RBASE=${SVNROOT}/release/base
 PORTS=${SVNROOT}/release/ports

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070620/3cfebf88/attachment.html


More information about the macports-changes mailing list