浏览代码

Added another change to patcheslist.xsl.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 年之前
父节点
当前提交
f18c5aa425
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      stylesheets/patcheslist.xsl

+ 1 - 0
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>