diff options
Diffstat (limited to 'chapter05/tar-inst.xml')
-rw-r--r-- | chapter05/tar-inst.xml | 4 |
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 &&</userinput> <userinput>patch -i ../../gnutarpatch.txt &&</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> --libexecdir=$LFS/usr/bin && @@ -33,7 +30,6 @@ Install Tar by running the following commands: <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install &&</userinput> <userinput>mv $LFS/usr/bin/tar $LFS/bin</userinput> - </literallayout></blockquote> </sect2> |