From 45e363ed7ca5efdf1d070d4c6d868e00fc8623e5 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 27 May 2024 16:45:56 +0200 Subject: [PATCH] Update tcl/tk for tcl-dp --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f0f94e8..f709ed4 100755 --- a/build.sh +++ b/build.sh @@ -61,7 +61,7 @@ echo " Building ${TCLDP_ROOT}" echo "====================================================================" echo "" cd ${TCLDP_ROOT} -./configure --with-tcl=${TCL_ROOT} --prefix=${DISTDIR} +./configure --with-tcl=${DISTDIR} --prefix=${DISTDIR} make install cd ${WORLD_ROOT}