From c0c616a439608a25003e82a53822c9aa5f78efbc Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 19 Aug 2020 15:31:33 +0000 Subject: fix some typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 2 +- chapter06/findutils.xml | 2 +- chapter06/gcc-pass2.xml | 2 +- chapter06/gzip.xml | 2 +- chapter06/introduction.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 6cb1dc728..e07ee308a 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -74,7 +74,7 @@ make DESTDIR=$LFS install - Move the excutable to where it is expected: + Move the executable to where it is expected: mv $LFS/usr/bin/bash $LFS/bin/bash diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index e6a19202b..ce3bbe00f 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -57,7 +57,7 @@ make DESTDIR=$LFS install - Move the excutable to its final expected location: + Move the executable to its final expected location: mv -v $LFS/usr/bin/find $LFS/bin sed -i 's|find:=${BINDIR}|find:=/bin|' $LFS/usr/bin/updatedb diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 592828a9c..bf3007848 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -123,7 +123,7 @@ ln -s ../../../libgcc/gthr-posix.h $LFS_TGT/libgcc/gthr-default.h This option is automatically enabled when building a native compiler with a native compiler on x86. But here, we build with - a cross compiler, so we need to explicitely set this option. + a cross compiler, so we need to explicitly set this option. diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 90d554b0d..7ce2a6b1c 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -55,7 +55,7 @@ make DESTDIR=$LFS install - Move the excutable to its final expected location: + Move the executable to its final expected location: mv -v $LFS/usr/bin/gzip $LFS/bin diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index ed8000fa8..163aa5796 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -24,7 +24,7 @@ Once again, let us recall that improper setting of LFS together with building as root, may render your computer unusable. This whole chapter must be done as user lfs, with the enviroment as described in + class="username">lfs, with the environment as described in . -- cgit v1.2.3-54-g00ecf