BLFS tools: update qt?-prefix for recent books

This commit is contained in:
Pierre Labastie 2023-11-18 07:47:29 +01:00
parent 5ed69f823f
commit 23b0161d6c
1 changed files with 1 additions and 1 deletions

View File

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