aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-12-28 10:21:37 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-12-28 10:21:37 +0000
commit3c4a472a47d71d20ffe17289e72d77289dff897b (patch)
tree08da4af048b0095db75b1bfcf7de7d25700841bb /chapter05
parentc3398de4b40fe977ad51f942ac5a1103f7825eda (diff)
Upgrade to Tcl-8.6.0. Fixes #3257.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<para>Make the installed library writable so debugging symbols can
be removed later:</para>
-<screen><userinput remap="install">chmod -v u+w /tools/lib/libtcl8.5.so</userinput></screen>
+<screen><userinput remap="install">chmod -v u+w /tools/lib/libtcl&tcl-major-version;.so</userinput></screen>
<para>Install Tcl's headers. The next package, Expect, requires them
to build.</para>
@@ -88,7 +88,7 @@
<para>Now make a necessary symbolic link:</para>
-<screen><userinput remap="install">ln -sv tclsh8.5 /tools/bin/tclsh</userinput></screen>
+<screen><userinput remap="install">ln -sv tclsh&tcl-major-version; /tools/bin/tclsh</userinput></screen>
</sect2>