rustc: Update paths in descriptions to match /opt/rustc instead of /usr.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22011 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-08-20 16:42:25 +00:00
parent f67554b09a
commit 21699c7e9e

View File

@ -360,7 +360,7 @@ cp -a install/* /</userinput></screen>
<command>targets = "X86"</command>: this avoids building all the available
linux cross-compilers (Aarch64, MIPS, PowerPC, SystemZ, etc). Unfortunately,
rust insists on installing source files for these below
<filename class="directory">/usr/lib/rustlib/src</filename>.
<filename class="directory">/opt/rustc/lib/src</filename>.
</para>
<para>
@ -514,9 +514,9 @@ EOF</userinput></screen>
</seg>
<seg>
~/.cargo,
/usr/lib/rustlib,
/usr/share/doc/rustc-&rust-version;, and
/usr/share/zsh/site-functions/
/opt/rustc/lib/rustlib,
/opt/rustc/share/doc/rustc-&rust-version;, and
/opt/rustc/share/zsh/site-functions
</seg>
</seglistitem>
</segmentedlist>