diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 19:34:33 +0100 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2021-06-09 19:34:33 +0100 |
commit | 9c3ce2ac8b15a4e00d26be4ee4345534b43db2b5 (patch) | |
tree | 72081bc2b653695cd6447c25aabf73fe80212a04 | |
parent | c36301e75aefde449b6ab9a0fb2717ff1d5c2963 (diff) |
For consistency, make the cpp link in /usr/lib.
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter08/gcc.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c49be95cc..d87118062 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,10 @@ <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> </listitem> diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 6b5163fce..a4d4a8355 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -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> |