Changeset 61d6a26


Ignore:
Timestamp:
May 10, 2006, 4:37:15 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
dd75c93
Parents:
8a84f0d
Message:

r3375@server (orig r1558): manuel | 2006-05-10 16:03:03 -0700
Small stylesheet fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/patcheslist.xsl

    r8a84f0d r61d6a26  
    2424
    2525umask 002 &#x0a;&#x0a;</xsl:text>
    26                
     26
    2727      <!-- Create dest.dir if it don't exist -->
    2828    <xsl:text>install -d -m 775 -g lfswww </xsl:text>
     
    3939    <xsl:text>
    4040if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
    41   mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org &lt; copyerrs
     41  mail -s "Missing CLFS patches" cross-lfs-dev@linuxfromscratch.org &lt; copyerrs
    4242fi&#x0a;&#x0a;</xsl:text>
    43          
     43
    4444    <xsl:text>exit&#x0a;</xsl:text>
    4545  </xsl:template>
     
    4949  <xsl:template match="//ulink">
    5050      <!-- Match only local patches links and skip duplicated URLs splitted for PDF output-->
    51     <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;') 
     51    <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;')
    5252            and not(ancestor-or-self::*/@condition = 'pdf')">
    5353      <xsl:variable name="patch.name" select="substring-after(@url, '&patches-root;')"/>
    54       <xsl:variable name="cut" 
     54      <xsl:variable name="cut"
    5555              select="translate(substring-after($patch.name, '-'), '0123456789', '0000000000')"/>
    5656      <xsl:variable name="patch.name2">
Note: See TracChangeset for help on using the changeset viewer.