diff options
-rw-r--r-- | pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgIndex.tcl b/pkgIndex.tcl index f5e70f2..f460393 100644 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -1 +1 @@ -package ifneeded TclpdLib 0.17 [list source [file join $DIR pdlib.tcl]] +package ifneeded TclpdLib 0.17 [list source [file join $TCLPD_DIR pdlib.tcl]] |