Changeset 5bb78f0


Ignore:
Timestamp:
12/08/2005 09:07:38 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ee03040
Parents:
681f928
Message:

Added BLFS framework.

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • dump-blfs-scripts.xsl

    r681f928 r5bb78f0  
    1010  <!-- Run optional test suites? -->
    1111  <xsl:param name="testsuite" select="0"/>
     12
     13  <!-- FTP/HTTP server -->
     14  <xsl:param name="server">
     15    ftp://anduin.linuxfromscratch.org/BLFS/conglomeration
     16  </xsl:param>
    1217
    1318  <xsl:template match="/">
     
    123128      </xsl:when>
    124129      <xsl:when test="contains(string(),'MD5')">
    125         <xsl:text>wget ftp://anduin.linuxfromscratch.org/BLFS/conglomeration/</xsl:text>
     130        <xsl:text>wget </xsl:text>
     131        <xsl:value-of select="$server"/>
     132        <xsl:text>/</xsl:text>
    126133        <xsl:value-of select="$ftpdir"/>
    127134        <xsl:text>/</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.