summaryrefslogtreecommitdiffstats
path: root/tclzvfs/pkgIndex.tcl.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:26:03 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-17 15:26:03 (GMT)
commitfecf4a80a5080aa65e7c2d717f96e86ad04ca46c (patch)
tree132cdcd32ad215153e7845b8e27b91caf2576681 /tclzvfs/pkgIndex.tcl.in
parenta62a72569befa24bccfc2ef198be80f3cb1e94e9 (diff)
parentd3f9d6c3f5b0ea8006e708baea311f7a3bad66ef (diff)
downloadblt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.zip
blt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.tar.gz
blt-fecf4a80a5080aa65e7c2d717f96e86ad04ca46c.tar.bz2
Merge commit 'd3f9d6c3f5b0ea8006e708baea311f7a3bad66ef' as 'tclzvfs'
Diffstat (limited to 'tclzvfs/pkgIndex.tcl.in')
-rwxr-xr-xtclzvfs/pkgIndex.tcl.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tclzvfs/pkgIndex.tcl.in b/tclzvfs/pkgIndex.tcl.in
new file mode 100755
index 0000000..d7566b4
--- /dev/null
+++ b/tclzvfs/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@]