12 lines
416 B
Text
12 lines
416 B
Text
Index: pkgIndex.tcl.in
|
|
--- pkgIndex.tcl.in.orig
|
|
+++ pkgIndex.tcl.in
|
|
@@ -20,7 +20,7 @@ apply {{dir} {
|
|
} else {
|
|
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
|
|
"package require TclOO;\
|
|
- [list load [file join $dir @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]]\;\
|
|
+ [list load [file join $dir .. .. @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]]\;\
|
|
[list source $libraryfile]"
|
|
}
|
|
}} $dir
|