Changeset 16b8feb for LFS


Ignore:
Timestamp:
05/21/2013 08:22:41 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
8c48f24
Parents:
d8ed3a9
Message:

merge trunk r3705

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rd8ed3a9 r16b8feb  
    146146    <!--XML::Parser is on the same page as Perl. The present code is OK
    147147        except for PKG_DEST and PKGDIR, which would be the same as for Perl.
    148         so set them to valid values.-->
     148        so set them to valid values.
     149        Since rev 10281, that is no more true. So comment out.
    149150    <xsl:if test="contains(string(./title),'XML::Parser')">
    150151      <xsl:text>PKGDIR=$(dirname $PKGDIR)/</xsl:text>
     
    153154PKG_DEST=$(dirname $PKGDIR)/000-xml-parser
    154155</xsl:text>
    155     </xsl:if>
     156    </xsl:if>-->
    156157    <xsl:apply-templates
    157158      select=".//screen[not(@role) or
Note: See TracChangeset for help on using the changeset viewer.