Texlive: the command to apply the source patch was still using -1 instead of the newer -2. Thanks to Pierre for noticing.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17905 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-10-22 17:13:56 +00:00
parent 33da98aed7
commit 563fc9d6dd
2 changed files with 11 additions and 1 deletions

View File

@ -42,6 +42,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>October 22nd,2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Texlive : when I changed the source patch to -2
I forgot to change the command where it is applied.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 20th, 2016</para>
<itemizedlist>

View File

@ -171,7 +171,7 @@ EOF</userinput></screen>
</para>
<screen><userinput>export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &amp;&amp;
patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-1.patch &amp;&amp;
patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-2.patch &amp;&amp;
mkdir texlive-build &amp;&amp;
cd texlive-build &amp;&amp;