diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-25 15:25:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-08-25 15:25:42 +0000 |
commit | bf0ad1a2ee5c30640888f0026b61ac04db9e7124 (patch) | |
tree | ce132e5c32f50789b29fef6caef29e9103227145 /chapter06 | |
parent | a6bd08d6c38dcb2b86939c1d733610b616547b47 (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index d08fd45d1..932329de2 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -159,7 +159,7 @@ rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</useri <para>The GCC build directory is owned by <systemitem class="username"> nobody</systemitem> now and the ownership of the installed header - directory (and its content) will be incoorect. Change the ownership to + directory (and its content) will be incorrect. Change the ownership to <systemitem class="username">root</systemitem> user and group:</para> <screen><userinput remap="install">chown -v -R root:root \ |