aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/patcheslist.xsl
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-26 15:44:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-26 15:44:52 +0000
commit333a1e696f45343bcf91cc894f80498d8243872b (patch)
treefacb9ef8c80ea1181e5adf79fcb2afed8eff34e4 /stylesheets/patcheslist.xsl
parent08347b25fc72fc8acb72f483a7fbfe91e83e5a95 (diff)
Extract x265 patch correctly
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16567 af4574ff-66df-0310-9fd7-8a98e5e911e0
Diffstat (limited to 'stylesheets/patcheslist.xsl')
-rw-r--r--stylesheets/patcheslist.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index 647268bb39..0414eefc89 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -79,6 +79,10 @@ fi</xsl:text>
<xsl:when test="contains($patch.name, 'net-tools')">
<xsl:text>/net-tools</xsl:text>
</xsl:when>
+ <!-- x265 -->
+ <xsl:when test="contains($patch.name, 'x265')">
+ <xsl:text>/x265</xsl:text>
+ </xsl:when>
<!-- General rule -->
<xsl:otherwise>
<xsl:variable name="cut"