diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-06-24 09:23:45 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-24 10:54:14 +0100 |
commit | 04d821743685b4d07f39c0622cb1b7e35f61a642 (patch) | |
tree | 75efa111cd8661caec0ca8d6647d66550dbd4efc | |
parent | b46e2f8012ae7befb4a38e876fc31a0999019b4e (diff) |
gnu: pass-tomb: Correct completions path.
* gnu/packages/password-utils.scm (pass-tomb): Correct completions path.
Change-Id: I487b723e3e8f5616001d80491bf595c48b0a46e2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |