Author: bdubbs
Date: Mon Oct 26 08:44:52 2015
New Revision: 16567

Log:
Extract x265 patch correctly

Modified:
   trunk/BOOK/stylesheets/patcheslist.xsl

Modified: trunk/BOOK/stylesheets/patcheslist.xsl
==============================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl      Mon Oct 26 02:32:54 2015        
(r16566)
+++ trunk/BOOK/stylesheets/patcheslist.xsl      Mon Oct 26 08:44:52 2015        
(r16567)
@@ -79,6 +79,10 @@
         <xsl:when test="contains($patch.name, 'net-tools')">
           <xsl:text>/net-tools</xsl:text>
         </xsl:when>
+          <!-- x265 -->
+        <xsl:when test="contains($patch.name, 'x265')">
+          <xsl:text>/x265</xsl:text>
+        </xsl:when>
           <!-- General rule -->
         <xsl:otherwise>
           <xsl:variable name="cut"
-- 
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