mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
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:
parent
023e515b49
commit
bc3071d727
@ -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')">
|
||||
|
Loading…
Reference in New Issue
Block a user