Suppress reference to "printproto" in BLFS package list generation
This commit is contained in:
parent
269d81c9f5
commit
298282525e
1 changed files with 3 additions and 1 deletions
|
@ -209,7 +209,9 @@
|
|||
</xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains(preceding-sibling::sect1[1]/@id,
|
||||
'xorg7-') and not(@id='printproto')">
|
||||
'xorg7-') and
|
||||
not(contains(preceding-sibling::sect1[1]/@id,
|
||||
'driver'))">
|
||||
<xsl:call-template name="expand-deps">
|
||||
<xsl:with-param name="section">
|
||||
<xsl:value-of select="preceding-sibling::sect1[1]/@id"/>
|
||||
|
|
Reference in a new issue