aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tar-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/tar-inst.xml')
-rw-r--r--chapter05/tar-inst.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index 6eeba1ef3..50851a19d 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -13,11 +13,9 @@ 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>
@@ -25,7 +23,6 @@ Install Tar by running the following commands:
</para>
<blockquote><literallayout>
-
<userinput>./configure --prefix=$LFS/usr
--disable-nls \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/usr/bin &amp;&amp;
@@ -33,7 +30,6 @@ Install Tar by running the following commands:
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
<userinput>mv $LFS/usr/bin/tar $LFS/bin</userinput>
-
</literallayout></blockquote>
</sect2>