Changeset 7e5ea15 for CLFS/clfs.xsl


Ignore:
Timestamp:
12/08/2006 10:48:30 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ff43bb8
Parents:
5e83595
Message:

There is no Groff debian fixes patch in HLFS or CLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r5e83595 r7e5ea15  
    144144        <xsl:text>&#xA;</xsl:text>
    145145      </xsl:when>
    146       <!-- Avoiding a race condition in a patch -->
    147       <xsl:when test="contains(string(),'debian_fixes')">
    148         <xsl:value-of select="substring-before(string(),'patch')"/>
    149         <xsl:text>patch -Z</xsl:text>
    150         <xsl:value-of select="substring-after(string(),'patch')"/>
    151         <xsl:text>&#xA;</xsl:text>
    152       </xsl:when>
    153146      <!-- Setting $LANG for /etc/profile -->
    154147      <xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and
Note: See TracChangeset for help on using the changeset viewer.