Pārlūkot izejas kodu

removed libexec

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1912 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 gadi atpakaļ
vecāks
revīzija
624fe9515e
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      chapter05/gawk-inst.xml

+ 1 - 2
chapter05/gawk-inst.xml

@@ -14,8 +14,7 @@ class="directory">/usr/bin</filename> it'll run <userinput>rm -rf
 <para>Install Gawk by running the following commands:</para>
 
 <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
-./configure --prefix=$LFS/static --disable-nls \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/static/bin &amp;&amp;
+./configure --prefix=$LFS/static --disable-nls &amp;&amp;
 make LDFLAGS=-static &amp;&amp;
 make install</userinput></screen></para>