summaryrefslogtreecommitdiff
path: root/web/lib/pkgcreate
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/pkgcreate')
-rwxr-xr-xweb/lib/pkgcreate3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/lib/pkgcreate b/web/lib/pkgcreate
new file mode 100755
index 00000000..ee75a10b
--- /dev/null
+++ b/web/lib/pkgcreate
@@ -0,0 +1,3 @@
+#!/usr/bin/tclsh
+# allow for earlier versions of Tcl that don't define pkg_mkIndex
+catch {pkg_mkIndex . cgi.tcl *.so}