Changeset ee5e8f0 for common


Ignore:
Timestamp:
04/30/2006 04:09:18 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:
c03b616
Parents:
7453f74
Message:

We need the udev-config-X.rules file also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    r7453f74 ree5e8f0  
    2323                  or not(ancestor::varlistentry[@condition])) and
    2424                  (contains(@url, '.tar.') or contains(@url, '.tgz')
    25                   or contains(@url, '.patch')) and
     25                  or contains(@url, '.patch') or contains(@url, '.rules')) and
    2626                  not(ancestor-or-self::*/@condition = 'pdf')">
    2727      <!-- Extract the package name -->
     
    6161          <xsl:text>tcl/</xsl:text>
    6262        </xsl:when>
     63        <xsl:when test="contains($package2, 'udev')">
     64          <xsl:text>udev/</xsl:text>
     65        </xsl:when>
    6366        <xsl:otherwise>
    6467          <xsl:value-of select="$dirname"/>
Note: See TracChangeset for help on using the changeset viewer.