Changeset f221c2c for common


Ignore:
Timestamp:
12/04/2006 05:47:37 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ac35c8e
Parents:
14eaa9f
Message:

Solved download from sourceforge URLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/urls.xsl

    r14eaa9f rf221c2c  
    4343      </xsl:variable>
    4444      <xsl:variable name="dirname" select="substring-before($package2, '-0')"/>
    45       <!-- Write the upstream URLs, except the redirected ones -->
     45      <!-- Write the upstream URLs, fixing the redirected ones -->
    4646      <xsl:choose>
    4747        <xsl:when test="contains(@url,'?')">
    48           <xsl:text>dummy-url</xsl:text>
     48          <xsl:value-of select="substring-before(@url,'?')"/>
    4949        </xsl:when>
    5050        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.