Changeset 2104796d


Ignore:
Timestamp:
07/31/2024 04:27:07 PM (6 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
67b1fd43
Parents:
85317f3
Message:

rust: fix a hardcoded version number in the instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r85317f3 r2104796d  
    414414  /opt/rustc-&rust-version;/share/zsh/site-functions/_cargo &amp;&amp;
    415415install -vm644 src/tools/cargo/src/etc/man/* \
    416   /opt/rustc-1.80.0/share/man/man1</screen>
    417 
    418     <para>
    419       Still as the &root; user, fix the installation of documentations
     416  /opt/rustc-&rust-version;/share/man/man1</screen>
     417
     418    <para>
     419      Still as the &root; user, fix the installation of documentation
    420420      and symlink a <application>Zsh</application>
    421421      completion file into the correct location:
     
    552552    <para>
    553553      <command>install ... /opt/rustc-&rust-version;/...</command>:
    554       these commands explicitly installs some Rust components.  They are
     554      these commands explicitly instals some Rust components.  They are
    555555      used instead of relying on <command>x.py install</command> because the
    556556      latter would rebuild these components for some unknown reason.
Note: See TracChangeset for help on using the changeset viewer.