summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 23:15:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 23:15:08 (EDT)
commit3f2983ffd0e225d969c79e61d2670ea78626d654 (patch)
treef3d405037beb1aa9c2870ad63e1aacb008bb4bf3
parent79c4a5eab5d6cb721ecca2f8ebf28018d90a4faa (diff)
build: Fix path to unix/tcl.m4 in source.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 6ab4d0d..4546ce0 100755
--- a/build
+++ b/build
@@ -39,7 +39,7 @@ install: build
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
+ cp src/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
# TODO: Rename ".3" and ".n" manual pages to have a ".3tcl" extension.
# This requires some thought about handling links.