aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-11 23:23:24 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-11 23:23:24 +0000
commit60cd5856e64dd5fc50257bc0fbf13f6deec5d3dc (patch)
tree3c536c3500a96f8fdb5479025b61fa98dc7a3cc0 /chapter05
parent156402e3ec14e1c9043bbbf5f53b8a3aaf43da18 (diff)
Removed trailing spaces from commands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tar-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index dc45e2ba2..bec453e4a 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -12,7 +12,7 @@ for gzip files).</para>
<para>Install Tar by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls &amp;&amp;
+<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>