Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/patcheslist.xsl

    r70c1211 rbc3071d7  
    44  %general-entities;
    55]>
     6
     7<!--
     8$LastChangedBy$
     9$Date$
     10-->
    611
    712<!--
     
    1924    <!-- Allow select the dest dir at runtime -->
    2025  <xsl:param name="dest.dir">
    21     <xsl:value-of select="concat('/srv/www/', substring-after('&patch-root;', 'https://'))"/>
     26    <xsl:value-of select="concat('/srv/www/', substring-after('&patch-root;', 'http://'))"/>
    2227  </xsl:param>
    2328
     
    4146    <xsl:text>&#x0a;chgrp lfswww *.patch &amp;&amp;&#x0a;</xsl:text>
    4247    <xsl:text>if [ `wc -l copyerrs|sed 's/ *//' |cut -f1 -d' '` -gt 0 ]; then
    43   mail -s "Missing BLFS patches" blfs-book@lists.linuxfromscratch.org &lt; copyerrs
     48  mail -s "Missing BLFS patches" blfs-book@linuxfromscratch.org &lt; copyerrs
    4449fi</xsl:text>
    4550    <xsl:text>&#x0a;exit&#x0a;</xsl:text>
     
    8388          <xsl:text>/x265</xsl:text>
    8489        </xsl:when>
    85           <!-- node -->
    86         <xsl:when test="contains($patch.name, 'node')">
    87           <xsl:text>/node</xsl:text>
    88         </xsl:when>
    8990          <!-- General rule -->
    9091        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.