mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
For consistency, make the cpp link in /usr/lib.
This commit is contained in:
parent
c36301e75a
commit
9c3ce2ac8b
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>2021-06-09</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - For consistency, make the cpp link in /usr/lib.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Install iproute2 programs in /usr/sbin for
|
||||
consistency.</para>
|
||||
|
@ -167,7 +167,7 @@ rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</useri
|
||||
url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink>
|
||||
for "historical" reasons.</para>
|
||||
|
||||
<screen><userinput remap="install">ln -svr /usr/bin/cpp /lib</userinput></screen>
|
||||
<screen><userinput remap="install">ln -svr /usr/bin/cpp /usr/lib</userinput></screen>
|
||||
<!-- already done earlier
|
||||
<para>Many packages use the name <command>cc</command> to call the C
|
||||
compiler. To satisfy those packages, create a symlink:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user