Changeset 8533c26 for LFS/lfs.xsl


Ignore:
Timestamp:
09/22/2007 05:21:10 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
570c9f3
Parents:
097df00
Message:

Fixed locales installation for temp tools testsites run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r097df00 r8533c26  
    222222  <xsl:template name="post_commands">
    223223    <xsl:if test="$testsuite='3' and @id='ch-tools-glibc'">
    224       <xsl:copy-of select="//userinput[@remap='locale-test']"/>
    225       <xsl:text>&#xA;</xsl:text>
     224      <xsl:variable name="content" select="//userinput[@remap='locale-test']"/>
     225      <xsl:value-of select="substring-before($content,'/usr/lib/locale')"/>
     226      <xsl:text>/tools/lib/locale</xsl:text>
     227      <xsl:value-of select="substring-after($content,'/usr/lib/locale')"/>
    226228    </xsl:if>
    227229  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.