diff --git a/CHROOT.sh b/CHROOT.sh index 4438c4e..a3e9d93 100644 --- a/CHROOT.sh +++ b/CHROOT.sh @@ -9,7 +9,7 @@ if [ "`whoami`" != "root" ]; then myfail "Must run this script as r00t" fi -LFS=/mnt/newlfs +LFS="/mnt/newlfs" [ ! -d ${LFS}/sources/CH7Build ] && cp -ar CH7Build ${LFS}/sources/ [ ! -d ${LFS}/sources/CH8Build ] && cp -ar CH8Build ${LFS}/sources/