diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 23:23:24 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 23:23:24 +0000 |
commit | 60cd5856e64dd5fc50257bc0fbf13f6deec5d3dc (patch) | |
tree | 3c536c3500a96f8fdb5479025b61fa98dc7a3cc0 /chapter05 | |
parent | 156402e3ec14e1c9043bbbf5f53b8a3aaf43da18 (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.xml | 2 |
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 && +<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls && make LDFLAGS=-static && make install</userinput></screen></para> |