summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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