From 21699c7e9e2c9d4159845a263a21c372e5c44ef3 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Tue, 20 Aug 2019 16:42:25 +0000 Subject: [PATCH] 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 --- general/prog/rust.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/general/prog/rust.xml b/general/prog/rust.xml index e5516953df..748ca2e347 100644 --- a/general/prog/rust.xml +++ b/general/prog/rust.xml @@ -360,7 +360,7 @@ cp -a install/* / targets = "X86": this avoids building all the available linux cross-compilers (Aarch64, MIPS, PowerPC, SystemZ, etc). Unfortunately, rust insists on installing source files for these below - /usr/lib/rustlib/src. + /opt/rustc/lib/src. @@ -514,9 +514,9 @@ EOF ~/.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