From 03362159269a22c2b4c56690d32a2578262292d5 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 6 Sep 2019 21:20:03 +0000 Subject: [PATCH] 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. --- BLFS/xsl/gen_pkg_list.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BLFS/xsl/gen_pkg_list.xsl b/BLFS/xsl/gen_pkg_list.xsl index 200e91d..f4d16c7 100644 --- a/BLFS/xsl/gen_pkg_list.xsl +++ b/BLFS/xsl/gen_pkg_list.xsl @@ -150,7 +150,9 @@ '123456789', '000000000'), '-0') - ]) > 0"> + ]) > 0 or @id='postlfs-config'"> +