Author: pierre
Date: Tue Sep 15 00:36:23 2020
New Revision: 4201

Log:
New bridgehead layout for llvm

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

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Aug 22 04:49:09 2020        (r4200)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Tue Sep 15 00:36:23 2020        (r4201)
@@ -419,7 +419,11 @@
                              mode="package"/>
       </xsl:when>
       <!-- Additional package information -->
-      <!-- special case for llvm -->
+      <!-- special cases for llvm -->
+      <xsl:when test="contains(string(),'recommended Download')">
+        <xsl:apply-templates select="following-sibling::itemizedlist[1]"
+                             mode="additional"/>
+      </xsl:when>
       <xsl:when test="contains(string(),'Optional Download')">
         <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