[69049] trunk/base/src/port1.0/portutil.tcl

jmr at macports.org jmr at macports.org
Mon Jun 21 17:09:50 PDT 2010


Revision: 69049
          http://trac.macports.org/changeset/69049
Author:   jmr at macports.org
Date:     2010-06-21 17:09:50 -0700 (Mon, 21 Jun 2010)
Log Message:
-----------
fix typo in _archive_available

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2010-06-21 23:56:07 UTC (rev 69048)
+++ trunk/base/src/port1.0/portutil.tcl	2010-06-22 00:09:50 UTC (rev 69049)
@@ -2623,7 +2623,7 @@
 
     # Define archive directory, file, and path
     if {![string equal ${unarchive.srcpath} ${workpath}] && ![string equal ${unarchive.srcpath} ""]} {
-        unarchive.fullsrcpath [file join ${unarchive.srcpath} [option archive.subdir]]
+        set unarchive.fullsrcpath [file join ${unarchive.srcpath} [option archive.subdir]]
     } else {
         set unarchive.fullsrcpath ${unarchive.srcpath}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100621/9ef78ae5/attachment-0001.html>


More information about the macports-changes mailing list