Changeset 0bc808c


Ignore:
Timestamp:
03/29/2022 07:19:21 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
a44d5048
Parents:
b1d16c57
Message:

Remove the -i flag in rustc symlink

When scripting, this flag makes the linking silently ignored... This
leads to headaches when one thinks he is using a just built new
version of rust and the old version is still used...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rb1d16c57 r0bc808c  
    238238
    239239<screen role="root"><userinput>mkdir /opt/rustc-&rust-version;             &amp;&amp;
    240 ln -svfin rustc-&rust-version; /opt/rustc</userinput></screen>
     240ln -svfn rustc-&rust-version; /opt/rustc</userinput></screen>
    241241
    242242    <note>
Note: See TracChangeset for help on using the changeset viewer.