Fix patches stylesheet for junit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20422 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2018-08-28 15:46:55 +00:00
parent 023e515b49
commit bc3071d727

View File

@ -78,6 +78,10 @@ fi</xsl:text>
<!-- net-tools -->
<xsl:when test="contains($patch.name, 'net-tools')">
<xsl:text>/net-tools</xsl:text>
</xsl:when>
<!-- junit -->
<xsl:when test="contains($patch.name, 'junit')">
<xsl:text>/junit</xsl:text>
</xsl:when>
<!-- x265 -->
<xsl:when test="contains($patch.name, 'x265')">