Author: manuel
Date: 2006-12-20 03:17:17 -0700 (Wed, 20 Dec 2006)
New Revision: 943
Modified:
trunk/BOOK/stylesheets/patcheslist.xsl
Log:
Typo fix.
Modified: trunk/BOOK/stylesheets/patcheslist.xsl
===================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl 2006-12-20 10:16:09 UTC (rev
942)
+++ trunk/BOOK/stylesheets/patcheslist.xsl 2006-12-20 10:17:17 UTC (rev
943)
@@ -11,7 +11,7 @@
<!-- Allow select the dest dir at runtime -->
<xsl:param name="dest.dir">
- <xsl:value-of select="concat('/svr/www/',
substring-after('&patches-root;', 'http://'))"/>
+ <xsl:value-of select="concat('/srv/www/',
substring-after('&patches-root;', 'http://'))"/>
</xsl:param>
<xsl:template match="/">
@@ -58,7 +58,7 @@
<xsl:text>-</xsl:text>
<xsl:value-of select="$cut"/>
</xsl:variable>
- <xsl:text>copy
/svr/www/www.linuxfromscratch.org/patches/downloads/</xsl:text>
+ <xsl:text>copy
/srv/www/www.linuxfromscratch.org/patches/downloads/</xsl:text>
<xsl:value-of select="substring-before($patch.name2, '-0')"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="$patch.name"/>
--
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page