Ignore:
Timestamp:
10/28/2005 06:48:53 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1fb586e
Parents:
bf1c3ba
Message:

Now packages in tar.gz format are supported also.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    rbf1c3ba rbe9970b  
    100100      <xsl:when test="contains(string(),'tar.gz')">
    101101        <xsl:value-of select="substring-before(string(),'tar.gz')"/>
    102         <xsl:text>tar.bz2</xsl:text>
     102        <xsl:text>tar.*</xsl:text>
    103103        <xsl:value-of select="substring-after(string(),'tar.gz')"/>
    104104        <xsl:text>&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.