Author: bdubbs
Date: Sun Mar  2 00:43:41 2014
New Revision: 12809

Log:
Fixup extraction of net-tools patch directory

Modified:
   trunk/BOOK/stylesheets/patcheslist.xsl

Modified: trunk/BOOK/stylesheets/patcheslist.xsl
==============================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl      Sat Mar  1 21:24:55 2014        
(r12808)
+++ trunk/BOOK/stylesheets/patcheslist.xsl      Sun Mar  2 00:43:41 2014        
(r12809)
@@ -75,6 +75,10 @@
         <xsl:when test="contains($patch.name, 'X11R6')">
           <xsl:text>/xorg</xsl:text>
         </xsl:when>
+          <!-- net-tools -->
+        <xsl:when test="contains($patch.name, 'net-tools')">
+          <xsl:text>/net-tools</xsl:text>
+        </xsl:when>
           <!-- General rule -->
         <xsl:otherwise>
           <xsl:variable name="cut"
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to