Changeset 2629bf2


Ignore:
Timestamp:
03/04/2013 04:49:45 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
cbd0493
Parents:
930b742
Message:

Merge jhalfs r3665

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r930b742 r2629bf2  
    143143  </xsl:template>
    144144
    145 
    146 
    147 
    148 
    149 
    150 
    151 
    152 
    153 
    154 
    155 
    156145  <xsl:template match="sect2">
     146    <!--XML::Parser is on the same page as Perl. The present code is OK
     147        except for PKG_DEST and PKGDIR, which would be the same as for Perl.
     148        so set them to valid values.-->
     149    <xsl:if test="contains(string(./title),'XML::Parser')">
     150      <xsl:text>PKGDIR=$(dirname $PKGDIR)/</xsl:text>
     151      <xsl:copy-of select="substring-after(.//userinput[@remap='pre'], 'cd ')"/>
     152      <xsl:text>
     153PKG_DEST=$(dirname $PKGDIR)/000-xml-parser
     154</xsl:text>
     155    </xsl:if>
    157156    <xsl:apply-templates
    158157      select=".//screen[not(@role) or
Note: See TracChangeset for help on using the changeset viewer.