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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index 55a7b3699..7b3bcc95d 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -12,10 +12,10 @@ for gzip files).</para>
<para>Install Tar by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls \</userinput>
-<userinput>&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/usr/bin --bindir=$LFS/bin &amp;&amp; </userinput>
-<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
-<userinput>make install</userinput></screen></para>
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls \
+&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/usr/bin --bindir=$LFS/bin &amp;&amp;
+make LDFLAGS=-static &amp;&amp;
+make install</userinput></screen></para>
</sect2>