diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-18 17:55:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-18 17:55:29 (EDT) |
commit | 8ff04b192888621b3fee4c2cd74c69b4545227f5 (patch) | |
tree | dcc57aca03a4f46eba8da8183d1dab26ddd2f1b8 | |
parent | 10bab1ccace469c6423b85ab84b01002e55b5710 (diff) |
build: Move tclsh.1 to tclsh$(V).1.
-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 |