Changeset b515be7 for LFS/lfs.xsl


Ignore:
Timestamp:
02/07/2012 02:20:05 AM (12 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
93fd2d0
Parents:
b533b78
Message:

Commit fix for glibc localedata installation regression.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rb533b78 rb515be7  
    176176</xsl:text>
    177177      </xsl:if>
    178       <xsl:if test="$testsuite='3' and @id='ch-tools-glibc' or @id='ch-system-glibc'">
     178      <xsl:if test="$testsuite='3' and @id='ch-tools-glibc'">
    179179        <xsl:copy-of select="//userinput[@remap='locale-test']"/>
    180180        <xsl:text>&#xA;</xsl:text>
     181      </xsl:if>
     182      <xsl:if test="@id='ch-system-glibc'">
     183        <xsl:copy-of select="//userinput[@remap='locale-full']"/>
     184        <xsl:text>&#xA;</xsl:text>
    181185      </xsl:if>
    182186      <xsl:apply-templates
Note: See TracChangeset for help on using the changeset viewer.