Changeset 5a13801 for LFS/master.sh


Ignore:
Timestamp:
05/11/2006 08:59:07 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
4887f67
Parents:
f3ae556
Message:

Fixed LFS envar creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rf3ae556 r5a13801  
    4848        @echo "set +h" > /home/lfs/.bashrc && \\
    4949        echo "umask 022" >> /home/lfs/.bashrc && \\
    50         echo "LFS=/mnt/lfs" >> /home/lfs/.bashrc && \\
     50        echo "LFS=\$(MOUNT_PT)" >> /home/lfs/.bashrc && \\
    5151        echo "LC_ALL=POSIX" >> /home/lfs/.bashrc && \\
    5252        echo "PATH=/tools/bin:/bin:/usr/bin" >> /home/lfs/.bashrc && \\
Note: See TracChangeset for help on using the changeset viewer.