From 80c6be285cdfbb8ba4d5bb29b53ceb05b9327dc8 Mon Sep 17 00:00:00 2001 From: apnadkarni Date: Sat, 7 Dec 2024 15:22:22 +0000 Subject: [PATCH] Fix path to thread library within zip --- pkgIndex.tcl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index cde3ff2..5ef1382 100755 --- a/pkgIndex.tcl.in +++ b/pkgIndex.tcl.in @@ -40,7 +40,7 @@ package ifneeded ttrace @PACKAGE_VERSION@ [list ::apply {{dir} { } elseif {[file readable [file join $dir ttrace.tcl]]} { source [file join $dir ttrace.tcl] } elseif {![catch {zipfs mount [file join $dir @PKG_LIB_FILE@] //zipfs:/lib/thread}]} { - source //zipfs:/lib/thread/thread_library/ttrace.tcl + source //zipfs:/lib/thread/ttrace.tcl } if {[namespace which ::ttrace::update] ne ""} { ::ttrace::update