blob: 67d8048d1657434ce7ad1e8edd500d4492f28b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2002/03/31 14:37:31 abs Exp $
--- library/pkgIndex.tcl.in.orig Fri Oct 8 07:40:46 1999
+++ library/pkgIndex.tcl.in
@@ -10,7 +10,7 @@
set library BLT${version_no_dots}${suffix}
global tcl_platform
if { $tcl_platform(platform) == "unix" } {
- set library [file join [file dirname $dir] lib${library}]
+ set library [file join [file dirname $dir] .. lib${library}]
}
package ifneeded BLT ${version} [list load $library BLT]
}
|