Fixed patches download.
This commit is contained in:
parent
a4ccd54ecb
commit
e52ffe598c
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@
|
|||
<xsl:text>  $PACKAGE" | md5sum -c -
</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>
</xsl:text>
|
||||
|
|
Reference in a new issue