Changeset 21699c7e


Ignore:
Timestamp:
08/20/2019 04:42:25 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2abdf08b
Parents:
f67554b0
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rf67554b0 r21699c7e  
    361361      linux cross-compilers (Aarch64, MIPS, PowerPC, SystemZ, etc). Unfortunately,
    362362      rust insists on installing source files for these below
    363       <filename class="directory">/usr/lib/rustlib/src</filename>.
     363      <filename class="directory">/opt/rustc/lib/src</filename>.
    364364    </para>
    365365
     
    515515        <seg>
    516516          ~/.cargo,
    517           /usr/lib/rustlib,
    518           /usr/share/doc/rustc-&rust-version;, and
    519           /usr/share/zsh/site-functions/
     517          /opt/rustc/lib/rustlib,
     518          /opt/rustc/share/doc/rustc-&rust-version;, and
     519          /opt/rustc/share/zsh/site-functions
    520520        </seg>
    521521      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.