summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Streicher <olebole@debian.org>2018-05-22 21:01:24 (GMT)
committerOle Streicher <ole@aip.de>2018-05-23 13:59:37 (GMT)
commitaf49d55077c036776432085f78a5441b0b2d118e (patch)
tree5ae3ceb635675d3d41cbd8405741f0d7a03684b7
parent29bee0999b897ce28eedd710d5919f0b808cebbf (diff)
downloadblt-af49d55077c036776432085f78a5441b0b2d118e.zip
blt-af49d55077c036776432085f78a5441b0b2d118e.tar.gz
blt-af49d55077c036776432085f78a5441b0b2d118e.tar.bz2
Load graph.tcl when the package is loaded
-rw-r--r--pkgIndex.tcl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in
index d7566b4..ea7d80b 100644
--- a/pkgIndex.tcl.in
+++ b/pkgIndex.tcl.in
@@ -2,4 +2,4 @@
# Tcl package index file
#
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
- [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]
+ [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]\n[list source [file join $dir graph.tcl]]