GNU bug report logs -
#73208
[PATCH] gnu: pass-age: Update shell completion directories.
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Thu, 12 Sep 2024 18:44:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 <at> 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
This bug report was last modified 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.