8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
|
--- pkgIndex.tcl.in.orig Thu Jul 20 18:25:18 2006
|
||
|
+++ pkgIndex.tcl.in Thu Jul 20 18:25:28 2006
|
||
|
@@ -1,3 +1,3 @@
|
||
|
# Tcl package index file, version 1.0
|
||
|
|
||
|
-package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itcl]
|
||
|
+package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir .. "@PKG_LIB_FILE@"] Itcl]
|