Sfoglia il codice sorgente

removed texinfo patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 24 anni fa
parent
commit
5966385ad3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      chapter05/texinfo-inst.xml

+ 0 - 1
chapter05/texinfo-inst.xml

@@ -3,7 +3,6 @@
 
 <para>Install Texinfo by running the following commands:</para>
 
-<para><screen><userinput>patch -Np1 -i ../texinfo-&texinfo-version;.patch &amp;&amp;</userinput>
 <userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
 <userinput>make LDFLAGS=-static &amp;&amp;</userinput>
 <userinput>make install</userinput></screen></para>