summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 23:08:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 23:08:07 (EDT)
commit79c4a5eab5d6cb721ecca2f8ebf28018d90a4faa (patch)
tree6507a299e681eaf61667122d7cc19753fbe2fa0d
parent2d15ab952726aaf74d6de0ffd071eadc085c95bb (diff)
build: Make .sh file names version-dependent.
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 4f6cd48..6ab4d0d 100755
--- a/build
+++ b/build
@@ -34,6 +34,10 @@ install: build
done
mv dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/tcl.pc \
dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/$(OPK_SOURCE).pc
+ mv dest/usr/lib/$(OPK_HOST_ARCH)/tclConfig.sh \
+ dest/usr/lib/$(OPK_HOST_ARCH)/tcl$(V)Config.sh
+ mv dest/usr/lib/$(OPK_HOST_ARCH)/tclooConfig.sh \
+ dest/usr/lib/$(OPK_HOST_ARCH)/tcloo$(V)Config.sh
mkdir -p dest/usr/share/aclocal
cp unix/tcl.m4 dest/usr/share/aclocal/$(OPK_SOURCE).m4
mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1