Changeset dd810ea for LFS/lfs.xsl


Ignore:
Timestamp:
03/10/2006 11:35:41 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
aab51df
Parents:
821a2c6
Message:

Added LANG configuration option to LFS module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r821a2c6 rdd810ea  
    124124        <xsl:text>&#xA;</xsl:text>
    125125      </xsl:when>
     126      <!-- Setting $LANG for /et/profile -->
     127      <xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and
     128                contains(string(),'export LANG=')">
     129        <xsl:value-of select="substring-before(string(),'export LANG=')"/>
     130        <xsl:text>export LANG=$LANG</xsl:text>
     131        <xsl:value-of select="substring-after(string(),'modifiers]')"/>
     132        <xsl:text>&#xA;</xsl:text>
     133      </xsl:when>
    126134      <!-- Copying the kernel config file -->
    127135      <xsl:when test="string() = 'make mrproper'">
Note: See TracChangeset for help on using the changeset viewer.