mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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:
parent
b1d16c5709
commit
0bc808cc20
@ -237,7 +237,7 @@
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>mkdir /opt/rustc-&rust-version; &&
|
||||
ln -svfin rustc-&rust-version; /opt/rustc</userinput></screen>
|
||||
ln -svfn rustc-&rust-version; /opt/rustc</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user