guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 04d821743685b4d07f39c0622cb1b7e35f61a642
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Jun 24 09:23:45 2025 +0200
gnu: pass-tomb: Correct completions path.
* gnu/packages/password-utils.scm (pass-tomb): Correct completions path.
Change-Id: I487b723e3e8f5616001d80491bf595c48b0a46e2
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/password-utils.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index a0e33e2074..0353590c68 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1932,7 +1932,7 @@ encryption algorithm if so desired.")
#:make-flags
#~(list (string-append "PREFIX=" #$output)
(string-append "BASHCOMPDIR=" #$output
- "/etc/bash_completion.d"))
+ "/share/bash-completion/completions"))
#:test-target "tests"
;; tests are very dependent on system state (swap partition) and
require
;; access to /tmp/zsh which is not in the build container.