From d55da0a925402d424e5f43654c74f39b34c189f1 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 5 Oct 2008 18:17:30 +0000 Subject: Fixed validation error git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tcl.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 97a1904d1..88fa8021e 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -81,7 +81,7 @@ Now make a necessary symbolic link: -ln -sv tclsh&tcl-major-version; /tools/bin/tclsh +ln -sv tclsh8.5 /tools/bin/tclsh @@ -93,8 +93,8 @@ Installed library - tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version; - libtcl&tcl-major-version;.so + tclsh (link to tclsh8.5) and tclsh8.5 + libtcl8.5.so @@ -103,12 +103,12 @@ - - tclsh&tcl-major-version; + + tclsh8.5 The Tcl command shell - - tclsh&tcl-major-version; + + 8.5 @@ -116,19 +116,19 @@ tclsh - A link to tclsh&tcl-major-version; + A link to tclsh8.5 tclsh - - libtcl&tcl-major-version;.so + + libtcl8.5.so The Tcl library - - libtcl&tcl-major-version;.so + + libtcl8.5.so -- cgit v1.2.3-54-g00ecf