Changeset 119595


Ignore:
Timestamp:
May 1, 2014, 11:50:16 PM (10 years ago)
Author:
jmr@…
Message:

read the link contents (oops)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portdestroot.tcl

    r119594 r119595  
    177177            if {[file type $fullpath] eq "link" && [file pathtype [file link $fullpath]] ne "relative"} {
    178178                # prepend $destroot to target of absolute symlinks
    179                 set checkpath ${destroot}${fullpath}
     179                set checkpath ${destroot}[file link $fullpath]
    180180            } else {
    181181                set checkpath $fullpath
Note: See TracChangeset for help on using the changeset viewer.