summaryrefslogtreecommitdiff
path: root/web/lib/pkgcreate
diff options
context:
space:
mode:
authorEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
committerEduardo Chappa <echappa@gmx.com>2013-02-03 00:59:38 -0700
commit094ca96844842928810f14844413109fc6cdd890 (patch)
treee60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /web/lib/pkgcreate
downloadalpine-094ca96844842928810f14844413109fc6cdd890.tar.xz
Initial Alpine Version
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}