From 8ff04b192888621b3fee4c2cd74c69b4545227f5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 17:55:29 -0400 Subject: build: Move tclsh.1 to tclsh$(V).1. --- 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 -- cgit v0.9.1