Fixed powerpc-utils download URL.

This commit is contained in:
Manuel Canales Esparcia 2006-05-12 19:35:26 +00:00
parent 9be44946c5
commit 046d5c320f

View file

@ -54,8 +54,9 @@
<xsl:value-of select="$server"/> <xsl:value-of select="$server"/>
<xsl:text>/pub/lfs/conglomeration/</xsl:text> <xsl:text>/pub/lfs/conglomeration/</xsl:text>
<xsl:choose> <xsl:choose>
<!-- Fix some directories. Test against dirname to be sure that we <!-- Fix some directories. Test against $dirname to be sure that we
are matching the start of a package name, not a string in a patch name --> are matching the start of a package name, not a string in a patch name
But some packages requires test against $package. -->
<xsl:when test="contains($dirname, 'bash')"> <xsl:when test="contains($dirname, 'bash')">
<xsl:text>bash/</xsl:text> <xsl:text>bash/</xsl:text>
</xsl:when> </xsl:when>
@ -68,6 +69,9 @@
<xsl:when test="contains($dirname, 'glibc')"> <xsl:when test="contains($dirname, 'glibc')">
<xsl:text>glibc/</xsl:text> <xsl:text>glibc/</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="contains($package, 'powerpc-utils')">
<xsl:text>powerpc-utils/</xsl:text>
</xsl:when>
<xsl:when test="contains($package, 'tcl')"> <xsl:when test="contains($package, 'tcl')">
<xsl:text>tcl/</xsl:text> <xsl:text>tcl/</xsl:text>
</xsl:when> </xsl:when>