diff options
Diffstat (limited to 'chapter05/tcl-inst.xml')
-rw-r--r-- | chapter05/tcl-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index e5528c884..a0be4332d 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -11,7 +11,7 @@ essential, to know that our most important tools are working properly.</para> <para>Prepare Tcl to be compiled:</para> <para><screen><userinput>cd unix -./configure --prefix=/stage1</userinput></screen></para> +./configure --prefix=/tools</userinput></screen></para> <para>Build, test, and install the package:</para> @@ -24,7 +24,7 @@ This is, however, not a problem: the program will work well enough to be able to run the GCC and Binutils test suites.</para> <para>Make a link:</para> -<para><screen><userinput>ln -s tclsh8.4 /stage1/bin/tclsh</userinput></screen></para> +<para><screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen></para> <caution><para><emphasis>Do not remove</emphasis> the <filename>tcl&tcl-version;</filename> source directory yet, as the next package |