Changeset b45106a
- Timestamp:
- 09/16/2024 07:42:13 PM (3 weeks ago)
- Branches:
- trunk
- Children:
- bead691
- Parents:
- 39ac5468
- git-author:
- Xi Ruoyao <xry111@…> (09/16/2024 07:41:40 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/16/2024 07:42:13 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/rust.xml
r39ac5468 rb45106a 430 430 431 431 <para> 432 Still as the &root; user, fix the installation of documentation 433 and symlink a <application>Zsh</application> 434 completion file into the correct location: 432 Still as the &root; user, fix the installation of documentation, 433 symlink a <application>Zsh</application> 434 completion file into the correct location, and move a 435 <application>Bash</application> completion file into the location 436 recommended by the <application>Bash</application> completion 437 maintainers: 435 438 </para> 436 439 … … 441 444 install -vdm755 /usr/share/zsh/site-functions && 442 445 ln -sfv /opt/rustc/share/zsh/site-functions/_cargo \ 443 /usr/share/zsh/site-functions</userinput></screen> 446 /usr/share/zsh/site-functions 447 448 mv -v /etc/bash_completion.d/cargo /usr/share/bash-completion/completions</userinput></screen> 444 449 445 450 <para>
Note:
See TracChangeset
for help on using the changeset viewer.