[69612] branches/gsoc10-configfiles/tools/bash_macports

and.damore at macports.org and.damore at macports.org
Sat Jul 10 16:18:46 PDT 2010


Revision: 69612
          http://trac.macports.org/changeset/69612
Author:   and.damore at macports.org
Date:     2010-07-10 16:18:45 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
variable fix in tools

Modified Paths:
--------------
    branches/gsoc10-configfiles/tools/bash_macports

Modified: branches/gsoc10-configfiles/tools/bash_macports
===================================================================
--- branches/gsoc10-configfiles/tools/bash_macports	2010-07-10 23:17:48 UTC (rev 69611)
+++ branches/gsoc10-configfiles/tools/bash_macports	2010-07-10 23:18:45 UTC (rev 69612)
@@ -45,10 +45,10 @@
     echo "$PORT_SOURCES"/users
     ;;
   "local")
-    echo $PORT_PREFIX/var/macports/sources/local
+    echo $PORT_SVN_SOURCES/var/macports/sources/local
     ;;
   "svn")
-    echo $PORT_PREFIX/var/macports/sources/svn.macports.org
+    echo $PORT_SVN_SOURCES/var/macports/sources/svn.macports.org
     ;;
   "gsoc")
     echo $PORT_SVN_SOURCES/branches/gsoc10-configfiles/base/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/31177785/attachment.html>


More information about the macports-changes mailing list