mirror of
https://github.com/avmaisak/LFS_Book.git
synced 2026-01-14 02:00:45 +00:00
Revision: 11659
Author: bdubbs Date: 16 августа 2019 г. 0:10:26 Message: Fix gcc version in rm instruction ---- Modified : /trunk/BOOK/chapter06/gcc.xml
This commit is contained in:
@ -151,7 +151,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||
<para>Установите пакет и удалите ненужный каталог:</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
|
||||
|
||||
Reference in New Issue
Block a user