diff options
author | P. 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) |
commit | ef15760c76aee7b368a4b59a747623ee63e558f5 (patch) | |
tree | bc244c6bf7aa3cf1d75ff37821d4bcb542b23a53 | |
parent | 3b8a76374d0737bb107fc8bf7be84f7161c7150c (diff) |
build: Move pkgIndex.tcl.
-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 |