[114687] trunk/dports/_resources/port1.0/group/github-1.0.tcl

sean at macports.org sean at macports.org
Fri Dec 13 14:49:52 PST 2013


Revision: 114687
          https://trac.macports.org/changeset/114687
Author:   sean at macports.org
Date:     2013-12-13 14:49:52 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
github-1.0: use worksrpath variable when renaming folder; fixes #41797

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/github-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-12-13 22:30:27 UTC (rev 114686)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl	2013-12-13 22:49:52 UTC (rev 114687)
@@ -87,7 +87,7 @@
                 [llength [glob -nocomplain ${workpath}/*]] > 0} {
             if {[file exists [glob ${workpath}/${github.author}-${github.project}-*]] && \
                 [file isdirectory [glob ${workpath}/${github.author}-${github.project}-*]]} {
-                move [glob ${workpath}/${github.author}-${github.project}-*] ${workpath}/${name}-${version}
+                move [glob ${workpath}/${github.author}-${github.project}-*] ${worksrcpath}
             }
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131213/cb87817d/attachment.html>


More information about the macports-changes mailing list