aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/tar-inst.xml')
-rw-r--r--chapter06/tar-inst.xml27
1 files changed, 15 insertions, 12 deletions
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml
index 6c779cdb4..9473d3189 100644
--- a/chapter06/tar-inst.xml
+++ b/chapter06/tar-inst.xml
@@ -13,24 +13,27 @@ for gzip files).
Apply the patch by running the following command:
</para>
-<blockquote><literallayout>
- <userinput>cd src &amp;&amp;</userinput>
- <userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</userinput>
- <userinput>cd ..</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>cd src &amp;&amp;</userinput>
+<userinput>patch -i ../../gnutarpatch.txt &amp;&amp;</userinput>
+<userinput>cd ..</userinput>
+</screen>
+</para>
<para>
Install Tar by running the following commands from the toplevel
directory:
</para>
-<blockquote><literallayout>
- <userinput>./configure --prefix=/usr --libexecdir=/usr/bin
- \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;</userinput>
- <userinput>make &amp;&amp;</userinput>
- <userinput>make install</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>./configure --prefix=/usr --libexecdir=/usr/bin \</userinput>
+ <userinput>--bindir=/bin &amp;&amp;</userinput>
+<userinput>make &amp;&amp;</userinput>
+<userinput>make install</userinput>
+</screen>
+</para>
</sect2>