diff options
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r-- | chapter05/bash-inst.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index a5d4420b8..f25dbaf21 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -5,16 +5,16 @@ Install Bash by running the following commands: </para> -<blockquote><literallayout> - <userinput>./configure --enable-static-link --prefix=$LFS/usr - \</userinput> - <userinput> --bindir=$LFS/bin - --with-curses &&</userinput> - <userinput>make &&</userinput> - <userinput>make install &&</userinput> - <userinput>cd $LFS/bin &&</userinput> - <userinput>ln -s bash sh</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput> +<userinput> --bindir=$LFS/bin --with-curses &&</userinput> +<userinput>make &&</userinput> +<userinput>make install &&</userinput> +<userinput>cd $LFS/bin &&</userinput> +<userinput>ln -s bash sh</userinput> +</screen> +</para> <para> If the make install phase ends with something along the lines of |