Author: manuel
Date: 2006-12-20 03:14:00 -0700 (Wed, 20 Dec 2006)
New Revision: 941
Modified:
trunk/BOOK/stylesheets/patcheslist.xsl
Log:
Fixed patcheslist.xsl to match current server paths.
Modified: trunk/BOOK/stylesheets/patcheslist.xsl
===================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl 2006-12-09 17:19:14 UTC (rev
940)
+++ trunk/BOOK/stylesheets/patcheslist.xsl 2006-12-20 10:14:00 UTC (rev
941)
@@ -11,7 +11,7 @@
<!-- Allow select the dest dir at runtime -->
<xsl:param name="dest.dir">
- <xsl:value-of select="concat('/home/httpd/',
substring-after('&patches-root;', 'http://'))"/>
+ <xsl:value-of select="concat('/svr/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
/home/httpd/www.linuxfromscratch.org/patches/downloads/</xsl:text>
+ <xsl:text>copy
/svr/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