aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/bash-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/bash-inst.xml')
-rw-r--r--chapter05/bash-inst.xml20
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>&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin
- --with-curses &amp;&amp;</userinput>
- <userinput>make &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>cd $LFS/bin &amp;&amp;</userinput>
- <userinput>ln -s bash sh</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput>
+<userinput>&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin --with-curses &amp;&amp;</userinput>
+<userinput>make &amp;&amp;</userinput>
+<userinput>make install &amp;&amp;</userinput>
+<userinput>cd $LFS/bin &amp;&amp;</userinput>
+<userinput>ln -s bash sh</userinput>
+</screen>
+</para>
<para>
If the make install phase ends with something along the lines of