Added && to the debian_fixes Flex patch.

This commit is contained in:
Manuel Canales Esparcia 2005-10-09 08:05:27 +00:00
parent 56353fb87d
commit 2ee568e967

View file

@ -139,7 +139,7 @@
<xsl:value-of select="substring-before(string(),'patch')"/>
<xsl:text>patch -Z</xsl:text>
<xsl:value-of select="substring-after(string(),'patch')"/>
<xsl:text> &#xA;</xsl:text>
<xsl:text> &amp;&amp;&#xA;</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>