2240f32ac8
While there, take MAINTAINER, since the old one is not reachable with this address anymore. OK landry@, stu@
8 lines
342 B
Plaintext
8 lines
342 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]
|