summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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