|
@@ -18,6 +18,7 @@
|
|
<xsl:text> &&

</xsl:text>
|
|
<xsl:text> &&

</xsl:text>
|
|
<xsl:text> rm -f *.patch &&

</xsl:text>
|
|
<xsl:text> rm -f *.patch &&

</xsl:text>
|
|
<xsl:apply-templates/>
|
|
<xsl:apply-templates/>
|
|
|
|
+ <xsl:text>
 chgrp lfswww *.patch &&
</xsl:text>
|
|
<xsl:text>
 exit</xsl:text>
|
|
<xsl:text>
 exit</xsl:text>
|
|
</xsl:template>
|
|
</xsl:template>
|
|
|
|
|
|
@@ -37,7 +38,14 @@
|
|
<xsl:value-of select="substring-before (substring-after($cut, $links.directory), ',2')"/>
|
|
<xsl:value-of select="substring-before (substring-after($cut, $links.directory), ',2')"/>
|
|
</xsl:when>
|
|
</xsl:when>
|
|
<xsl:otherwise>
|
|
<xsl:otherwise>
|
|
- <xsl:value-of select="substring-before (substring-after($cut, $links.directory), '-2')"/>
|
|
|
|
|
|
+ <xsl:choose>
|
|
|
|
+ <xsl:when test="contains ($cut, '-src-2')">
|
|
|
|
+ <xsl:value-of select="substring-before (substring-after($cut, $links.directory), '-src-2')"/>
|
|
|
|
+ </xsl:when>
|
|
|
|
+ <xsl:otherwise>
|
|
|
|
+ <xsl:value-of select="substring-before (substring-after($cut, $links.directory), '-2')"/>
|
|
|
|
+ </xsl:otherwise>
|
|
|
|
+ </xsl:choose>
|
|
</xsl:otherwise>
|
|
</xsl:otherwise>
|
|
</xsl:choose>
|
|
</xsl:choose>
|
|
</xsl:if>
|
|
</xsl:if>
|