mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
patcheslist.xsl: added a chgrp command and solvedan issue with the tetex dir & patch name.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d6b4e80c23
commit
7a4ac0ef9c
@ -18,6 +18,7 @@
|
||||
<xsl:text> &&

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

</xsl:text>
|
||||
<xsl:apply-templates/>
|
||||
<xsl:text>
 chgrp lfswww *.patch &&
</xsl:text>
|
||||
<xsl:text>
 exit</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
@ -36,10 +37,17 @@
|
||||
<xsl:when test="contains ($cut, ',')">
|
||||
<xsl:value-of select="substring-before (substring-after($cut, $links.directory), ',2')"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<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:choose>
|
||||
</xsl:if>
|
||||
<xsl:text>/</xsl:text>
|
||||
<xsl:value-of select="substring-after(@url, $links.directory)"/>
|
||||
|
Loading…
Reference in New Issue
Block a user