mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: pass-age: Fix bash completions path.
* gnu/packages/password-utils.scm (pass-age)[arguments]: Update #:install-plan. Change-Id: I32b998e8ede878394af34ac7866d0ef4affc64d1
This commit is contained in:
parent
3ff36256f0
commit
54fcea8093
1 changed files with 1 additions and 1 deletions
|
|
@ -1000,7 +1000,7 @@ through the pass command.")
|
|||
#:install-plan
|
||||
#~'(("src/passage" "/bin/")
|
||||
("src/completion/pass.bash-completion"
|
||||
"/etc/bash-completion.d/passage")
|
||||
"/share/bash-completion/completions/passage")
|
||||
("src/completion/pass.fish-completion"
|
||||
"/share/fish/vendor_completions.d/passage")
|
||||
("src/completion/pass.zsh-completion"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue