diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-08-10 22:41:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-08-10 22:41:54 +0000 |
commit | 4370eed7cb8d714e9373a8795a7f1adb963f34a9 (patch) | |
tree | cd115f7e563dacd7f139a585d902474f41ffab5b /stylesheets | |
parent | 8aa0f3a03d4228dfda818afbb578508e9d24716d (diff) |
Fixed the output directory in patcheslist.xsl.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/patcheslist.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index bb6c038e1..974f69ec4 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -7,7 +7,7 @@ <xsl:output method="text"/> - <xsl:param name="links.directory">lfs/cvs/testing/</xsl:param> + <xsl:param name="links.directory">lfs/cvs/unstable/</xsl:param> <xsl:param name="deep.to.downloads">../../../</xsl:param> <xsl:template match="/"> |