Changeset dd810ea for LFS/master.sh


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/master.sh

    r821a2c6 rdd810ea  
    261261    fi
    262262
     263    case "${this_script}" in
     264      *profile*  ) wrt_export_lang ;; # For /etc/profile we need to set LANG envar.
     265    esac
     266
    263267      # Check if we have a real /etc/fstab file
    264268    if [[ `_IS_ ${this_script} fstab` ]] && [[ -n "$FSTAB" ]] ; then
     
    313317PAGE= $PAGE
    314318TIMEZONE= $TIMEZONE
     319LANG= $LANG
    315320
    316321include makefile-functions
Note: See TracChangeset for help on using the changeset viewer.