Changeset 3e0cd17 for stylesheets


Ignore:
Timestamp:
09/30/2024 05:59:48 PM (8 days ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
24810fce
Parents:
6f5feb1
Message:

Fix patch name generation for nss.

The stylesheet by default looks for pkg-1.2.3-name-#.patch to select the
directory for the patch. For nss, the patch is 'nss-standalone-1.patch'
so it is intentionally omitting the version number. This change
customizes the xsl file for nss.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/patcheslist.xsl

    r6f5feb1 r3e0cd17  
    9595          <xsl:text>/node</xsl:text>
    9696        </xsl:when>
     97          <!-- nss -->
     98        <xsl:when test="contains($patch.name, 'nss')">
     99          <xsl:text>/nss</xsl:text>
     100        </xsl:when>
    97101          <!-- General rule -->
    98102        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.