Author: manuel
Date: 2006-12-20 03:16:09 -0700 (Wed, 20 Dec 2006)
New Revision: 942
Modified:
branches/2.4-branch/BOOK/stylesheets/patcheslist.xsl
Log:
Fixed patcheslist.xsl to match current server paths.
Modified: branches/2.4-branch/BOOK/stylesheets/patcheslist.xsl
===================================================================
--- branches/2.4-branch/BOOK/stylesheets/patcheslist.xsl 2006-12-20
10:14:00 UTC (rev 941)
+++ branches/2.4-branch/BOOK/stylesheets/patcheslist.xsl 2006-12-20
10:16:09 UTC (rev 942)
@@ -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('/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
/home/httpd/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