Changeset 4576bcd


Ignore:
Timestamp:
01/30/2006 02:26:58 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d5c31c2
Parents:
b7da946
Message:

Removed a hard-coded path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/jhahlfs

    rb7da946 r4576bcd  
    692692        @echo "set +h" > /home/hlfs/.bashrc && \\
    693693        echo "umask 022" >> /home/hlfs/.bashrc && \\
    694         echo "HLFS=/mnt/hlfs" >> /home/hlfs/.bashrc && \\
     694        echo "HLFS=$(HLFS)" >> /home/hlfs/.bashrc && \\
    695695        echo "LC_ALL=POSIX" >> /home/hlfs/.bashrc && \\
    696696        echo "PATH=/tools/bin:/bin:/usr/bin" >> /home/hlfs/.bashrc && \\
Note: See TracChangeset for help on using the changeset viewer.