summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit8ff04b192888621b3fee4c2cd74c69b4545227f5 (patch)
treedcc57aca03a4f46eba8da8183d1dab26ddd2f1b8
parent10bab1ccace469c6423b85ab84b01002e55b5710 (diff)
build: Move tclsh.1 to tclsh$(V).1.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 04bbd7a..4c95569 100755
--- a/build
+++ b/build
@@ -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