mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
paru: correct shell completion file names (#390016)
This commit is contained in:
commit
5cd068d37b
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installManPage man/paru.8 man/paru.conf.5
|
installManPage man/paru.8 man/paru.conf.5
|
||||||
installShellCompletion --bash completions/bash
|
installShellCompletion --name paru.bash --bash completions/bash
|
||||||
installShellCompletion --fish completions/fish
|
installShellCompletion --name paru.fish --fish completions/fish
|
||||||
installShellCompletion --zsh completions/zsh
|
installShellCompletion --name _paru --zsh completions/zsh
|
||||||
cp -r locale "$out/share/"
|
cp -r locale "$out/share/"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue