diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-09-02 12:37:32 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-09-02 12:37:32 +0200 |
commit | 185615ad5ef679cee12acaacddc3505a6ad22099 (patch) | |
tree | b2331027b5ba31fa4ab3fcfc3aaaa86cfe0b8ef0 /chapter04 | |
parent | 89773145de408d122a2a7ff78d3d8a8ce899f756 (diff) |
Fix missing CONFIG_SITE in ML-mode
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/settingenviron.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index c1fe6b75b..460dd7384 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -60,6 +60,7 @@ LFS_TGTX32=x86_64-lfs-linux-gnux32 PATH=/usr/bin if [ ! -L /bin ]; then PATH=/bin:$PATH; fi PATH=$LFS/tools/bin:$PATH +CONFIG_SITE=$LFS/usr/share/config.site export LFS LC_ALL LFS_TGT LFS_TGT32 LFS_TGTX32 PATH</literal> EOF</userinput></screen> |