Author: bdubbs
Date: 2006-12-19 09:23:41 -0700 (Tue, 19 Dec 2006)
New Revision: 6375

Modified:
   trunk/BOOK/stylesheets/patcheslist.xsl
Log:
Update XSL script to copy patches for new server

Modified: trunk/BOOK/stylesheets/patcheslist.xsl
===================================================================
--- trunk/BOOK/stylesheets/patcheslist.xsl      2006-12-17 04:37:30 UTC (rev 
6374)
+++ trunk/BOOK/stylesheets/patcheslist.xsl      2006-12-19 16:23:41 UTC (rev 
6375)
@@ -18,7 +18,7 @@
 
     <!-- Allow select the dest dir at runtime -->
   <xsl:param name="dest.dir">
-    <xsl:value-of select="concat('/home/httpd/', 
substring-after('&patch-root;', 'http://'))"/>
+    <xsl:value-of select="concat('/srv/www/', substring-after('&patch-root;', 
'http://'))"/>
   </xsl:param>
 
   <xsl:template match="/">
@@ -52,7 +52,7 @@
     <xsl:if test="contains(@url, '.patch') and contains(@url, '&patch-root;') 
             and not(ancestor-or-self::*/@condition = 'pdf')">
       <xsl:variable name="patch.name" select="substring-after(@url, 
'&patch-root;')"/>
-      <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:choose>
           <!-- cdparanoia -->
         <xsl:when test="contains($patch.name, '-III')">

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to