From 3c4a472a47d71d20ffe17289e72d77289dff897b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 28 Dec 2012 10:21:37 +0000 Subject: Upgrade to Tcl-8.6.0. Fixes #3257. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/tcl.xml') diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 8384b5ea0..54f09f82d 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -79,7 +79,7 @@ Make the installed library writable so debugging symbols can be removed later: -chmod -v u+w /tools/lib/libtcl8.5.so +chmod -v u+w /tools/lib/libtcl&tcl-major-version;.so Install Tcl's headers. The next package, Expect, requires them to build. @@ -88,7 +88,7 @@ Now make a necessary symbolic link: -ln -sv tclsh8.5 /tools/bin/tclsh +ln -sv tclsh&tcl-major-version; /tools/bin/tclsh -- cgit v1.2.3-54-g00ecf