summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 22:58:28 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 22:58:28 (EDT)
commit2d15ab952726aaf74d6de0ffd071eadc085c95bb (patch)
tree7546dc358eac5404d4f7bfeb01880afdf752ded5
parent6042475e462fa94aabb9935b349ab50ee9453403 (diff)
build: Make .pc file name version-dependent.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index eda0ea3..4f6cd48 100755
--- a/build
+++ b/build
@@ -32,6 +32,8 @@ install: build
cp src/$${dir}/*.h \
dest/usr/include/$(OPK_SOURCE)/tcl-private/$${dir}; \
done
+ mv dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/tcl.pc \
+ dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/$(OPK_SOURCE).pc
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