diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl.xml | 4 |
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> |