Author: pierre
Date: Tue May 20 13:31:22 2014
New Revision: 3797

Log:
Add code to download clang in BLFS tools

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Sun May 11 23:51:20 2014        (r3796)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Tue May 20 13:31:22 2014        (r3797)
@@ -265,6 +265,12 @@
                              mode="package"/>
       </xsl:when>
       <!-- Additional package information -->
+      <!-- special case for llvm -->
+      <xsl:when test="contains(string(),'Optional Download')">
+        <xsl:apply-templates select="following-sibling::itemizedlist"
+                             mode="additional"/>
+      </xsl:when>
+      <!-- All other additional packages have "Additional" -->
       <xsl:when test="contains(string(),'Additional')">
         <xsl:apply-templates select="following-sibling::itemizedlist"
                              mode="additional"/>
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to