Changeset 161


Ignore:
Timestamp:
Jan 30, 2006 2:20:01 PM (18 years ago)
Author:
mmc
Message:

Oops! Fixed a nit in the install script relating to lib/library.xml
installation. Thanks, Carol!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tcl/install.tcl

    r160 r161  
    7171catch {file mkdir [file join $targetdir lib]}
    7272foreach file [find ../lib] {
    73     set target [file join $targetdir $file]
     73    set target [file join $targetdir lib [file tail $file]]
    7474    if {[file isdirectory $file]} {
    7575        puts "making directory $target..."
Note: See TracChangeset for help on using the changeset viewer.