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
}