Changeset ba57e61 for BLFS


Ignore:
Timestamp:
05/20/2014 08:31:22 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
659be15
Parents:
179ae85
Message:

Add code to download clang in BLFS tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r179ae85 rba57e61  
    266266      </xsl:when>
    267267      <!-- Additional package information -->
     268      <!-- special case for llvm -->
     269      <xsl:when test="contains(string(),'Optional Download')">
     270        <xsl:apply-templates select="following-sibling::itemizedlist"
     271                             mode="additional"/>
     272      </xsl:when>
     273      <!-- All other additional packages have "Additional" -->
    268274      <xsl:when test="contains(string(),'Additional')">
    269275        <xsl:apply-templates select="following-sibling::itemizedlist"
Note: See TracChangeset for help on using the changeset viewer.