summaryrefslogtreecommitdiffstats
path: root/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:24:50 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:24:50 (GMT)
commite88f4e0c4854ef54efbe2eb2f57568ebc89e3766 (patch)
treeed365f0d2598982c312d6ab134f2ddf9fe21c2ca /pkgIndex.tcl.in
downloadblt-e88f4e0c4854ef54efbe2eb2f57568ebc89e3766.zip
blt-e88f4e0c4854ef54efbe2eb2f57568ebc89e3766.tar.gz
blt-e88f4e0c4854ef54efbe2eb2f57568ebc89e3766.tar.bz2
Squashed 'tclsignal/' content from commit f213d9f
git-subtree-dir: tclsignal git-subtree-split: f213d9f959c10f3b58bc272980379bcb50d42582
Diffstat (limited to 'pkgIndex.tcl.in')
-rwxr-xr-xpkgIndex.tcl.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in
new file mode 100755
index 0000000..d7566b4
--- /dev/null
+++ b/pkgIndex.tcl.in
@@ -0,0 +1,5 @@
+#
+# Tcl package index file
+#
+package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
+ [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]