X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=pkgIndex.tcl.in;h=613216f54627bbe17662460619f14f367e9ef0c9;hp=d7566b4e18784c11fe2fc265530ac9c47c2a9228;hb=HEAD;hpb=c5c2b241e5700c3b7a1cc681fb837594fdd169ef diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in index d7566b4..613216f 100755 --- 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@]]\n[list source [file join $dir @TCLCURL_SCRIPTS@]]