Removed a hard-coded path
This commit is contained in:
parent
b7da9464f3
commit
4576bcd950
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ cat << EOF
|
|||
fi;
|
||||
@echo "set +h" > /home/hlfs/.bashrc && \\
|
||||
echo "umask 022" >> /home/hlfs/.bashrc && \\
|
||||
echo "HLFS=/mnt/hlfs" >> /home/hlfs/.bashrc && \\
|
||||
echo "HLFS=$(HLFS)" >> /home/hlfs/.bashrc && \\
|
||||
echo "LC_ALL=POSIX" >> /home/hlfs/.bashrc && \\
|
||||
echo "PATH=/tools/bin:/bin:/usr/bin" >> /home/hlfs/.bashrc && \\
|
||||
echo "export HLFS LC_ALL PATH" >> /home/hlfs/.bashrc && \\
|
||||
|
|
Reference in a new issue