Changeset 046d5c3


Ignore:
Timestamp:
05/12/2006 07:35:26 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8a43b5b
Parents:
9be4494
Message:

Fixed powerpc-utils download URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    r9be4494 r046d5c3  
    5555      <xsl:text>/pub/lfs/conglomeration/</xsl:text>
    5656      <xsl:choose>
    57         <!-- Fix some directories. Test against dirname to be sure that we
    58         are matching the start of a package name, not a string in a patch name -->
     57        <!-- Fix some directories. Test against $dirname to be sure that we
     58        are matching the start of a package name, not a string in a patch name
     59        But some packages requires test against $package. -->
    5960        <xsl:when test="contains($dirname, 'bash')">
    6061          <xsl:text>bash/</xsl:text>
     
    6869        <xsl:when test="contains($dirname, 'glibc')">
    6970          <xsl:text>glibc/</xsl:text>
     71        </xsl:when>
     72        <xsl:when test="contains($package, 'powerpc-utils')">
     73          <xsl:text>powerpc-utils/</xsl:text>
    7074        </xsl:when>
    7175        <xsl:when test="contains($package, 'tcl')">
Note: See TracChangeset for help on using the changeset viewer.