aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/patcheslist.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-31 20:47:27 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-31 20:47:27 +0000
commitf18c5aa425995f359f753f36f6a5bb9b0fa3c80f (patch)
tree2a74b0d64fcfc68ec47ea2483872f5ee1c6554ed /stylesheets/patcheslist.xsl
parent07f719a2faec1fbb0656851a03d0a86455878814 (diff)
Added another change to patcheslist.xsl.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/patcheslist.xsl')
-rw-r--r--stylesheets/patcheslist.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index d7900777e..a8a485478 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -16,6 +16,7 @@
cd /home/httpd/www.linuxfromscratch.org/patches/</xsl:text>
<xsl:value-of select="$links.directory"/>
<xsl:text> &amp;&amp;&#x0a;&#x0a;</xsl:text>
+ <xsl:text> rm -f *.patch &amp;&amp;&#x0a;&#x0a;</xsl:text>
<xsl:apply-templates/>
<xsl:text>&#x0a; exit</xsl:text>
</xsl:template>