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.
This commit is contained in:
Pierre Labastie 2019-09-06 21:20:03 +00:00
parent 085435e66f
commit 0336215926

View file

@ -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>