Browse Source

simplified tar install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 years ago
parent
commit
22a250e0ad
1 changed files with 1 additions and 2 deletions
  1. 1 2
      chapter05/tar-inst.xml

+ 1 - 2
chapter05/tar-inst.xml

@@ -12,8 +12,7 @@ for gzip files).</para>
 
 <para>Install Tar by running the following commands:</para>
 
-<para><screen><userinput>./configure --prefix=$LFS/static \
-&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --libexecdir=$LFS/static/bin &amp;&amp; 
+<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls &amp;&amp; 
 make LDFLAGS=-static &amp;&amp;
 make install</userinput></screen></para>