minor tweak

This commit is contained in:
YellowJacketLinux 2024-10-10 14:57:33 -07:00
parent edf1fcdc9e
commit 11f1e4761b

View File

@ -9,7 +9,7 @@ if [ "`whoami`" != "root" ]; then
myfail "Must run this script as r00t" myfail "Must run this script as r00t"
fi fi
LFS=/mnt/newlfs LFS="/mnt/newlfs"
[ ! -d ${LFS}/sources/CH7Build ] && cp -ar CH7Build ${LFS}/sources/ [ ! -d ${LFS}/sources/CH7Build ] && cp -ar CH7Build ${LFS}/sources/
[ ! -d ${LFS}/sources/CH8Build ] && cp -ar CH8Build ${LFS}/sources/ [ ! -d ${LFS}/sources/CH8Build ] && cp -ar CH8Build ${LFS}/sources/