Don't output role="nodump" in "not-pack" mode

This commit is contained in:
Pierre Labastie 2019-06-19 07:56:39 +00:00
parent a4af6811bd
commit 6622409404

View file

@ -539,6 +539,7 @@ echo "</xsl:text>
<xsl:template match="screen" mode="not-pack"> <xsl:template match="screen" mode="not-pack">
<xsl:choose> <xsl:choose>
<xsl:when test="@role='nodump'"/>
<xsl:when test="ancestor::sect1[@id='postlfs-config-vimrc']"> <xsl:when test="ancestor::sect1[@id='postlfs-config-vimrc']">
<xsl:text> <xsl:text>
cat > ~/.vimrc &lt;&lt;EOF cat > ~/.vimrc &lt;&lt;EOF