diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ include ../source.mk +V = $${OPK_SOURCE\#tcl} + nop: @: @@ -23,6 +25,7 @@ install: build oh-autoinstall -s src/unix -- \ SCRIPT_INSTALL_DIR='$$(INSTALL_ROOT)/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' + mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1 oh-fixperms oh-strip oh-installfiles |