[59882] trunk/base/src/package1.0/portarchive.tcl

jmr at macports.org jmr at macports.org
Sun Oct 25 00:56:08 PDT 2009


Revision: 59882
          http://trac.macports.org/changeset/59882
Author:   jmr at macports.org
Date:     2009-10-25 00:56:05 -0700 (Sun, 25 Oct 2009)
Log Message:
-----------
fix archive file list generation (#21864)

Modified Paths:
--------------
    trunk/base/src/package1.0/portarchive.tcl

Modified: trunk/base/src/package1.0/portarchive.tcl
===================================================================
--- trunk/base/src/package1.0/portarchive.tcl	2009-10-25 07:37:45 UTC (rev 59881)
+++ trunk/base/src/package1.0/portarchive.tcl	2009-10-25 07:56:05 UTC (rev 59882)
@@ -374,7 +374,7 @@
             puts $fd "@portvariant +${v}"
         }
     }
-    fs-traverse fullpath $destpath {
+    fs-traverse -depth fullpath $destpath {
         if {[file isdirectory $fullpath]} {
             continue
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091025/35720aba/attachment.html>


More information about the macports-changes mailing list