Author: bdubbs
Date: Tue Aug 28 08:46:55 2018
New Revision: 20422

Log:
Fix patches stylesheet for junit

Modified:
   trunk/BOOK/stylesheets/patcheslist.xsl

Modified: trunk/BOOK/stylesheets/patcheslist.xsl
==============================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl      Mon Aug 27 21:20:16 2018        
(r20421)
+++ trunk/BOOK/stylesheets/patcheslist.xsl      Tue Aug 28 08:46:55 2018        
(r20422)
@@ -79,6 +79,10 @@
         <xsl:when test="contains($patch.name, 'net-tools')">
           <xsl:text>/net-tools</xsl:text>
         </xsl:when>
+          <!-- junit -->
+        <xsl:when test="contains($patch.name, 'junit')">
+          <xsl:text>/junit</xsl:text>
+        </xsl:when>
           <!-- x265 -->
         <xsl:when test="contains($patch.name, 'x265')">
           <xsl:text>/x265</xsl:text>
-- 
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