Ignore:
Timestamp:
03/27/2006 06:08:16 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5627958
Parents:
a6b81cd
Message:

Fixed the download of the Tree package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/packageslist.xsl

    ra6b81cd rc6b24b4  
    1717      name, the next test must be fixed to match it also. Skip possible
    1818      duplicated URLs due that may be splitted for PDF output -->
    19     <xsl:if test="contains(@url, '.tar.')
     19    <xsl:if test="(contains(@url, '.tar.') or contains(@url, '.tgz'))
    2020            and not(ancestor-or-self::*/@condition = 'pdf')">
    2121      <xsl:value-of select="@url"/>
Note: See TracChangeset for help on using the changeset viewer.