summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-19 18:08:22 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-19 18:08:22 (EDT)
commitef15760c76aee7b368a4b59a747623ee63e558f5 (patch)
treebc244c6bf7aa3cf1d75ff37821d4bcb542b23a53
parent3b8a76374d0737bb107fc8bf7be84f7161c7150c (diff)
build: Move pkgIndex.tcl.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index b6e2e7e..f03b6f2 100755
--- a/build
+++ b/build
@@ -35,6 +35,9 @@ install: build
dest/usr/lib/$(OPK_HOST_ARCH)/libexpect.so.$(V_M)
ln -sf libexpect.so.$(V_M) \
dest/usr/lib/$(OPK_HOST_ARCH)/libexpect.so
+ # Move pkgIndex.tcl.
+ mkdir -p dest/usr/share/tcltk
+ mv dest/usr/lib/$(OPK_HOST_ARCH)/expect$(V) dest/usr/share/tcltk
oh-fixperms
oh-strip
oh-installfiles