summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 18:01:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 18:01:11 (EDT)
commit61ae95a9badf00ecd8e83d7be7d86c45441b2805 (patch)
treeeb34f3f3367604e1598bf0c91f7fe0782e5fc5c8
parentf408afaa69433f486e7270fbcbd9d8d4d53d18c5 (diff)
build: Set TCL_LIBRARY, not SCRIPT_INSTALL_DIR.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 4fd3397..336806a 100755
--- a/build
+++ b/build
@@ -8,6 +8,7 @@ nop:
@:
configure:
+ TCL_LIBRARY='/usr/share/$(OPK_SOURCE)' \
TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \
oh-autoconfigure -s src/unix -B src/unix -- \
--enable-shared \
@@ -23,7 +24,6 @@ build: configure
install: build
oh-autoinstall -s src/unix -B 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