Changeset 3cc6f47


Ignore:
Timestamp:
10/15/2005 10:47:25 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
0fd8a9d
Parents:
43757c2
Message:

Removed the /home/lfs/.bash_profile creation due an issue with mainstream distros environment.
Thanks to Alexander E. Patrakov for point it out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r43757c2 r3cc6f47  
    880880022-settingenvironment:  021-addinguser
    881881        @\$(call echo_message, Building)
    882         @echo "exec env -i HOME=\\\$\$HOME TERM=\\\$\$TERM PS1='\u:\w\$$ ' /bin/bash" > /home/lfs/.bash_profile && \\
    883         echo "set +h" > /home/lfs/.bashrc && \\
     882        @echo "set +h" > /home/lfs/.bashrc && \\
    884883        echo "umask 022" >> /home/lfs/.bashrc && \\
    885884        echo "LFS=/mnt/lfs" >> /home/lfs/.bashrc && \\
     
    888887        echo "export LFS LC_ALL PATH" >> /home/lfs/.bashrc && \\
    889888        echo "source $JHALFSDIR/envars" >> /home/lfs/.bashrc && \\
    890         chown lfs:lfs /home/lfs/.bash* && \\
     889        chown lfs:lfs /home/lfs/.bashrc && \\
    891890        touch envars && \\
    892891        touch \$@
Note: See TracChangeset for help on using the changeset viewer.