Changeset b9a02e8


Ignore:
Timestamp:
Sep 9, 2006, 8:01:43 PM (18 years ago)
Author:
Justin Knierim <cross-lfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a93bc8b
Parents:
cef1c09
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    rcef1c09 rb9a02e8  
    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.