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

This commit is contained in:
Manuel Canales Esparcia 2006-04-30 16:09:18 +00:00
parent 7453f7465d
commit ee5e8f0183

View file

@ -22,7 +22,7 @@
<xsl:if test="(ancestor::varlistentry[@condition=$model] <xsl:if test="(ancestor::varlistentry[@condition=$model]
or not(ancestor::varlistentry[@condition])) and or not(ancestor::varlistentry[@condition])) and
(contains(@url, '.tar.') or contains(@url, '.tgz') (contains(@url, '.tar.') or contains(@url, '.tgz')
or contains(@url, '.patch')) and or contains(@url, '.patch') or contains(@url, '.rules')) and
not(ancestor-or-self::*/@condition = 'pdf')"> not(ancestor-or-self::*/@condition = 'pdf')">
<!-- Extract the package name --> <!-- Extract the package name -->
<xsl:variable name="package"> <xsl:variable name="package">
@ -60,6 +60,9 @@
<xsl:when test="contains($package2, 'tcl')"> <xsl:when test="contains($package2, 'tcl')">
<xsl:text>tcl/</xsl:text> <xsl:text>tcl/</xsl:text>
</xsl:when> </xsl:when>
<xsl:when test="contains($package2, 'udev')">
<xsl:text>udev/</xsl:text>
</xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="$dirname"/> <xsl:value-of select="$dirname"/>
<xsl:text>/</xsl:text> <xsl:text>/</xsl:text>