Author: ken
Date: Sat Oct 22 10:13:56 2016
New Revision: 17905

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

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/typesetting/texlive.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Oct 21 09:05:55 
2016        (r17904)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Oct 22 10:13:56 
2016        (r17905)
@@ -43,6 +43,16 @@
     </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>
         <listitem>

Modified: trunk/BOOK/pst/typesetting/texlive.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/texlive.xml      Fri Oct 21 09:05:55 2016        
(r17904)
+++ trunk/BOOK/pst/typesetting/texlive.xml      Sat Oct 22 10:13:56 2016        
(r17905)
@@ -171,7 +171,7 @@
     </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;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to