Fixed patches download.

This commit is contained in:
Manuel Canales Esparcia 2006-06-18 11:06:00 +00:00
parent a4ccd54ecb
commit e52ffe598c

View file

@ -326,7 +326,7 @@
<xsl:text>&#x20;&#x20;$PACKAGE" | md5sum -c -&#xA;</xsl:text>
</xsl:when>
<!-- Patches. Need be veryfied -->
<xsl:when test="contains(string(),'patch')">
<xsl:when test="contains(string(ulink/@url),'.patch')">
<xsl:text>wget </xsl:text>
<xsl:value-of select="ulink/@url"/>
<xsl:text>&#xA;</xsl:text>