浏览代码

simplified tar install

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 年之前
父节点
当前提交
22a250e0ad
共有 1 个文件被更改,包括 1 次插入2 次删除
  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>