Changeset 92dd9ff in clfs-sysroot for BOOK/stylesheets


Ignore:
Timestamp:
Sep 9, 2006, 8:01:43 PM (18 years ago)
Author:
Justin Knierim <cross-lfs@…>
Branches:
master
Children:
c9f9f1c
Parents:
de459c4
Message:

Corrected wget.xsl to properly include .tgz files in the wget files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    rde459c4 r92dd9ff  
    2626      <!-- Packages. If some package don't have the string ".tar." in their
    2727      name, the next test must be fixed to match it also. -->
    28     <xsl:if test="contains(@url, '.tar.')">
     28    <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')">
    2929      <xsl:value-of select="@url"/>
    3030      <xsl:text>&#x0a;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.