Changeset 3a27393 for common/urls.xsl


Ignore:
Timestamp:
05/16/2006 06:27:02 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
25b52e2
Parents:
d68d2c1
Message:

Updated experimental to current trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    rd68d2c1 r3a27393  
    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>
     62        </xsl:when>
     63        <xsl:when test="contains($package, 'dvhtool')">
     64          <xsl:text>dvhtool/</xsl:text>
    6165        </xsl:when>
    6266        <xsl:when test="contains($dirname, 'gcc')">
     
    6670          <xsl:text>glibc/</xsl:text>
    6771        </xsl:when>
    68         <xsl:when test="contains($dirname, 'tcl')">
     72        <xsl:when test="contains($package, 'powerpc-utils')">
     73          <xsl:text>powerpc-utils/</xsl:text>
     74        </xsl:when>
     75        <xsl:when test="contains($package, 'tcl')">
    6976          <xsl:text>tcl/</xsl:text>
    7077        </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.