Changeset 37002ae for common


Ignore:
Timestamp:
12/10/2006 10:43:20 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5bf24e6
Parents:
c63c0fa
Message:

HLFS: Fixed MAKEDEV download.
Solved /dev/console and /dev/null issue.
Removed a hardcoded script number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    rc63c0fa r37002ae  
    2424    <xsl:if test="(ancestor::varlistentry[@condition=$model]
    2525                  or not(ancestor::varlistentry[@condition])) and
    26                   (contains(@url, '.tar.') or contains(@url, '.tgz')
    27                   or contains(@url, '.patch')) and
     26                  (contains(@url, '.bz2') or contains(@url, '.tar.gz') or
     27                  contains(@url, '.tgz') or contains(@url, '.patch')) and
    2828                  not(ancestor-or-self::*/@condition = 'pdf')">
    2929      <!-- Extract the package name -->
Note: See TracChangeset for help on using the changeset viewer.