diff options
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |