diff options
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index a8dc236f2..eab96f228 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -10,7 +10,7 @@ patch:</para> <para>Now prepare Bash for compilation:</para> -<para><screen><userinput>./configure --prefix=/stage1 --with-curses</userinput></screen></para> +<para><screen><userinput>./configure --prefix=/tools --with-curses</userinput></screen></para> <para>Compile the program:</para> @@ -27,7 +27,7 @@ patch:</para> <para>And make a link for the programs that use <userinput>sh</userinput> for a shell:</para> -<para><screen><userinput>ln -s bash /stage1/bin/sh</userinput></screen></para> +<para><screen><userinput>ln -s bash /tools/bin/sh</userinput></screen></para> </sect2> |