mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 22:42:28 +08:00
minor tweak
This commit is contained in:
parent
edf1fcdc9e
commit
11f1e4761b
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user