aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2023-11-18 07:47:29 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2023-11-18 10:36:47 +0100
commit23b0161d6c3d5c5f8eebbd31c56c5708fb4148ed (patch)
treea4ff7cae7d931f17c1d0161aeeb2b8a423da3876
parent5ed69f823f28db12a5f56eb709ed8446f5070df0 (diff)
BLFS tools: update qt?-prefix for recent books
-rw-r--r--BLFS/xsl/scripts.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLFS/xsl/scripts.xsl b/BLFS/xsl/scripts.xsl
index 78f61ad23f..be8a4db4b7 100644
--- a/BLFS/xsl/scripts.xsl
+++ b/BLFS/xsl/scripts.xsl
@@ -302,7 +302,7 @@ cd $SRC_DIR</xsl:text>
<xsl:apply-templates select="bridgehead[@renderas='sect3']"/>
</xsl:when><!-- @role="package" -->
- <xsl:when test="@role = 'qt4-prefix' or @role = 'qt5-prefix'">
+ <xsl:when test="@role = 'qt5-prefix' or @role = 'qt6-prefix'">
<xsl:apply-templates select=".//screen[./userinput]"/>
</xsl:when>