Revision
119595
Author
jmr@macports.org
Date
2014-05-01 16:50:16 -0700 (Thu, 01 May 2014)

Log Message

read the link contents (oops)

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portdestroot.tcl (119594 => 119595)


--- 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
             }