summaryrefslogtreecommitdiffstats
path: root/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorjoye <joye>2015-05-28 20:07:53 (GMT)
committerjoye <joye>2015-05-28 20:07:53 (GMT)
commitad7c9b4a218ce5a7dd49378173757cfda8a1a3ed (patch)
tree9e531fea25b28206828be34274c98470a2779e7a /pkgIndex.tcl.in
parent11e8c89ad093b06582b0f8bc6b19f5ec8b89218f (diff)
downloadblt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.zip
blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.gz
blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.bz2
*** empty log message ***
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@]