diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-31 20:47:27 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-31 20:47:27 +0000 |
commit | f18c5aa425995f359f753f36f6a5bb9b0fa3c80f (patch) | |
tree | 2a74b0d64fcfc68ec47ea2483872f5ee1c6554ed /stylesheets/patcheslist.xsl | |
parent | 07f719a2faec1fbb0656851a03d0a86455878814 (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.xsl | 1 |
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> &&

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

</xsl:text> <xsl:apply-templates/> <xsl:text>
 exit</xsl:text> </xsl:template> |