diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-17 05:52:14 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-17 05:52:14 +0000 |
commit | a35db3ff0574b7d61948e326052e7f1e30312903 (patch) | |
tree | 4132a6a259b2f5045e9e9ab71078248d3243ea14 /chapter08/tcl.xml | |
parent | 95e2d2bd4dacfb183950bb376810b6bb93cc7150 (diff) |
tcl: fix the name of doc tarball
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12099 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 70e231013..f9ad17937 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -57,7 +57,7 @@ <para>First, unpack the documentation by issuing the following command:</para> -<screen><userinput remap="pre">tar -xf ../tcl8.6.10-html.tar.gz --strip-components=1</userinput></screen> +<screen><userinput remap="pre">tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen> <para>Prepare Tcl for compilation:</para> |