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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Sep 2024 18:15:51 +0300
with message-id <ZvV6p1uI5X8sv2hY <at> 3900XT>
and subject line Re: bug#73208: Acknowledgement ([PATCH] gnu: pass-age: Update shell completion directories.)
has caused the debbugs.gnu.org bug report #73208,
regarding [PATCH] gnu: pass-age: Update shell completion directories.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73208: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73208
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed.
--
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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 236 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.