Changeset b45106a


Ignore:
Timestamp:
09/16/2024 07:42:13 PM (2 days ago)
Author:
Xi Ruoyao <xry111@…>
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)
Message:

rust: Move Bash completion file to the recommended location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r39ac5468 rb45106a  
    430430
    431431    <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:
    435438    </para>
    436439
     
    441444install -vdm755 /usr/share/zsh/site-functions      &amp;&amp;
    442445ln -sfv /opt/rustc/share/zsh/site-functions/_cargo \
    443         /usr/share/zsh/site-functions</userinput></screen>
     446        /usr/share/zsh/site-functions
     447
     448mv -v /etc/bash_completion.d/cargo /usr/share/bash-completion/completions</userinput></screen>
    444449
    445450    <para>
Note: See TracChangeset for help on using the changeset viewer.