summaryrefslogtreecommitdiffstats
path: root/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:54:17 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-04 19:54:17 (GMT)
commitba1a25c6143d0f853d1d6225611d0c4222f9cfec (patch)
tree326afc1b067a3cd6d0886fd1205242721db9d69a /pkgIndex.tcl.in
downloadblt-ba1a25c6143d0f853d1d6225611d0c4222f9cfec.zip
blt-ba1a25c6143d0f853d1d6225611d0c4222f9cfec.tar.gz
blt-ba1a25c6143d0f853d1d6225611d0c4222f9cfec.tar.bz2
Squashed 'tkblt/' content from commit 06305cc
git-subtree-dir: tkblt git-subtree-split: 06305cc1f8e14272596be1e1572b1d8ccb608aa7
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@]