Changeset 830f28d for CLFS


Ignore:
Timestamp:
12/11/2006 10:13:42 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3e7ceed
Parents:
5cbb44c
Message:

CLFS-svn, changes to chroot extraction for makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r5cbb44c r830f28d  
    6363        echo "CLFS=\$(MOUNT_PT)" >> /home/\$(LUSER)/.bashrc && \\
    6464        echo "LC_ALL=POSIX" >> /home/\$(LUSER)/.bashrc && \\
    65         echo "PATH=/cross-tools/bin:/bin:/usr/bin" >> /home/\$(LUSER)/.bashrc && \\
     65        echo "PATH=\$(MOUNT_PT)/cross-tools/bin:/bin:/usr/bin" >> /home/\$(LUSER)/.bashrc && \\
    6666        echo "export CLFS LC_ALL PATH" >> /home/\$(LUSER)/.bashrc && \\
    6767        echo "" >> /home/\$(LUSER)/.bashrc && \\
     
    744744    chroot=`cat chroot/*chroot* | \
    745745            sed  -e "s@chroot@$CHROOT_LOC@" \
    746                  -e '/#!\/tools\/bin\/bash/d' \
     746                 -e '/#!\/bin\/bash/d' \
    747747                 -e '/^export/d' \
    748748                 -e '/^logout/d' \
Note: See TracChangeset for help on using the changeset viewer.