Changeset 55bc23b


Ignore:
Timestamp:
07/25/2007 08:09:15 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7889308
Parents:
ba5efc4
Message:

BLFS: We are defining a variable, not a param.
Current libxslt version complains about that type of improper syntax.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/scripts.xsl

    rba5efc4 r55bc23b  
    3030
    3131        <!-- Package name (use "Download FTP" by default. If empty, use "Download HTTP" -->
    32       <xsl:param name="package">
     32      <xsl:variable name="package">
    3333        <xsl:choose>
    3434          <xsl:when
     
    4747          </xsl:otherwise>
    4848        </xsl:choose>
    49       </xsl:param>
     49      </xsl:variable>
    5050
    5151        <!-- FTP dir name -->
    52       <xsl:param name="ftpdir">
     52      <xsl:variable name="ftpdir">
    5353        <xsl:call-template name="ftp_dir">
    5454          <xsl:with-param name="package" select="$package"/>
    5555        </xsl:call-template>
    56       </xsl:param>
     56      </xsl:variable>
    5757
    5858        <!-- The build order -->
Note: See TracChangeset for help on using the changeset viewer.