Changeset 56353fb


Ignore:
Timestamp:
10/09/2005 02:31:28 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2ee568e
Parents:
2b73842
Message:

Fix a race condition when building flex by patching with the -Z flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    r2b73842 r56353fb  
    136136        </xsl:if>
    137137      </xsl:when>
     138      <xsl:when test="contains(string(),'debian_fixes')">
     139        <xsl:value-of select="substring-before(string(),'patch')"/>
     140        <xsl:text>patch -Z</xsl:text>
     141        <xsl:value-of select="substring-after(string(),'patch')"/>
     142        <xsl:text> &#xA;</xsl:text>
     143      </xsl:when>
    138144      <xsl:otherwise>
    139145        <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.