Author: pierre
Date: Fri Sep  6 14:20:03 2019
New Revision: 4123

Log:
BLFS/xsl/gen_pkg_list.xsl: allow listing the After LFS config chapter.
Normally only chapters containing versioned pacakges are in the package list.
But with the removal of lsb-release there are no versioned package anymore
in the "After LFS config..." chapter. But we need this chapter. So add
a test explicitly for it.

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

Modified: jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Thu Sep  5 10:22:04 2019        
(r4122)
+++ jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Fri Sep  6 14:20:03 2019        
(r4123)
@@ -150,7 +150,9 @@
                                                '123456789',
                                                '000000000'),
                                       '-0')
-                            ]) > 0">
+                            ]) > 0 or @id='postlfs-config'">
+<!-- With the removal of lsb-release, there are no more versioned package
+     in the After LFS configuration issue chapter, so test explicitly -->
       <xsl:text>    </xsl:text>
       <sublist>
         <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to