[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73208] [PATCH] gnu: pass-age: Update shell completion directories.
From: |
Efraim Flashner |
Subject: |
[bug#73208] [PATCH] gnu: pass-age: Update shell completion directories. |
Date: |
Thu, 12 Sep 2024 21:43:21 +0300 |
* gnu/packages/password-utils.scm (pass-age)[arguments]: Adjust the
install-plan to adjust the shell completion directories.
Change-Id: I5153dd4c9e88d05c22f4ddda135704a7bfe3cc81
---
gnu/packages/password-utils.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bba99476386..dcd155835ad 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -795,9 +795,11 @@ (define-public pass-age
#:install-plan
'(("src/passage" "/bin/")
("src/completion/pass.bash-completion"
- "/share/bash-completion/completions/")
+ "/etc/bash-completion.d/passage")
+ ("src/completion/pass.fish-completion"
+ "/share/fish/vendor_completions.d/passage")
("src/completion/pass.zsh-completion"
- "/share/zsh/site-functions/"))))
+ "/share/zsh/site-functions/_passage"))))
(inputs
(list age age-keygen coreutils-minimal git-minimal
procps qrencode sed tree util-linux))
base-commit: 17bf4b1e80293864be329f553fb672c72a53e7fc
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
- [bug#73208] [PATCH] gnu: pass-age: Update shell completion directories.,
Efraim Flashner <=