diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-08-04 07:43:45 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-08-04 07:43:45 +0000 |
commit | 3f01429fb3105061ca7462e40c378928a8d7f93c (patch) | |
tree | cbc2f9d6ec43fec472d67e8ce41f1ce42d0a2d4c | |
parent | dacb13db0d4ce234503ae47e2396020ddca1fe30 (diff) |
fix a typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 468c96260..a80c0eb96 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -154,7 +154,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> <para>Install the package and remove an unneeded directory:</para> -<screen><userinput remap="install">make installi +<screen><userinput remap="install">make install rm -rf /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/</userinput></screen> <para>Create a symlink required by the <ulink |