Removed a hard-coded path

This commit is contained in:
George Boudreau 2006-01-30 14:26:58 +00:00
parent b7da9464f3
commit 4576bcd950

View file

@ -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 && \\