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...
This commit is contained in:
Pierre Labastie 2022-03-29 09:19:21 +02:00
parent b1d16c5709
commit 0bc808cc20

View File

@ -237,7 +237,7 @@
</para>
<screen role="root"><userinput>mkdir /opt/rustc-&rust-version; &amp;&amp;
ln -svfin rustc-&rust-version; /opt/rustc</userinput></screen>
ln -svfn rustc-&rust-version; /opt/rustc</userinput></screen>
<note>
<para>