[119595] trunk/base/src/port1.0/portdestroot.tcl

jmr at macports.org jmr at macports.org
Thu May 1 16:50:16 PDT 2014


Revision: 119595
          https://trac.macports.org/changeset/119595
Author:   jmr at macports.org
Date:     2014-05-01 16:50:16 -0700 (Thu, 01 May 2014)
Log Message:
-----------
read the link contents (oops)

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

Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl	2014-05-01 23:44:55 UTC (rev 119594)
+++ trunk/base/src/port1.0/portdestroot.tcl	2014-05-01 23:50:16 UTC (rev 119595)
@@ -176,7 +176,7 @@
         if {[file extension $fullpath] eq ".la" && ([file type $fullpath] eq "file" || [file type $fullpath] eq "link")} {
             if {[file type $fullpath] eq "link" && [file pathtype [file link $fullpath]] ne "relative"} {
                 # prepend $destroot to target of absolute symlinks
-                set checkpath ${destroot}${fullpath}
+                set checkpath ${destroot}[file link $fullpath]
             } else {
                 set checkpath $fullpath
             }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140501/0b19b940/attachment.html>


More information about the macports-changes mailing list