mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Fix gcc version in rm instruction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
577436d5a8
commit
d4c8cfe38e
@ -155,7 +155,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 install
|
||||
rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/9.1.0/include-fixed/bits/</userinput></screen>
|
||||
rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
|
||||
|
||||
<para>The GCC build directory is owned by <systemitem class="username">
|
||||
nobody</systemitem> now and the ownership of the installed header
|
||||
|
Loading…
Reference in New Issue
Block a user