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:
parent
085435e66f
commit
0336215926
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue