Changeset 7453f74 for common/urls.xsl


Ignore:
Timestamp:
04/30/2006 03:49:43 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:
ee5e8f0
Parents:
ebf8265
Message:

Fixed some URLs generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    rebf8265 r7453f74  
    5050      <xsl:text>/pub/lfs/conglomeration/</xsl:text>
    5151      <xsl:choose>
    52         <!-- TCL don't conform the standard package naming -->
    53         <xsl:when test="contains($package, 'tcl')">
     52        <!-- Fix some directories. Test against package2 to be sure that we
     53        are matching the start of a package name, not a string in a patch name -->
     54        <xsl:when test="contains($package2, 'bash')">
     55          <xsl:text>bash/</xsl:text>
     56        </xsl:when>
     57        <xsl:when test="contains($package2, 'glibc')">
     58          <xsl:text>glibc/</xsl:text>
     59        </xsl:when>
     60        <xsl:when test="contains($package2, 'tcl')">
    5461          <xsl:text>tcl/</xsl:text>
    55         </xsl:when>
    56         <!-- Fix bash-doc directory -->
    57         <xsl:when test="contains($package, 'bash-doc')">
    58           <xsl:text>bash/</xsl:text>
    5962        </xsl:when>
    6063        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.