diff options
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 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 |