From 11f1e4761b79093e3c54540a69bb24aceaae992f Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Thu, 10 Oct 2024 14:57:33 -0700 Subject: [PATCH] minor tweak --- CHROOT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/