aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorKen Moffat <ken@linuxfromscratch.org>2021-06-09 19:34:33 +0100
committerKen Moffat <ken@linuxfromscratch.org>2021-06-09 19:34:33 +0100
commit9c3ce2ac8b15a4e00d26be4ee4345534b43db2b5 (patch)
tree72081bc2b653695cd6447c25aabf73fe80212a04 /chapter08
parentc36301e75aefde449b6ab9a0fb2717ff1d5c2963 (diff)
For consistency, make the cpp link in /usr/lib.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/gcc.xml2
1 files changed, 1 insertions, 1 deletions
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>