mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
b46e2f8012
commit
04d8217436
1 changed files with 1 additions and 1 deletions
|
@ -1932,7 +1932,7 @@ encryption algorithm if so desired.")
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list (string-append "PREFIX=" #$output)
|
#~(list (string-append "PREFIX=" #$output)
|
||||||
(string-append "BASHCOMPDIR=" #$output
|
(string-append "BASHCOMPDIR=" #$output
|
||||||
"/etc/bash_completion.d"))
|
"/share/bash-completion/completions"))
|
||||||
#:test-target "tests"
|
#:test-target "tests"
|
||||||
;; tests are very dependent on system state (swap partition) and require
|
;; tests are very dependent on system state (swap partition) and require
|
||||||
;; access to /tmp/zsh which is not in the build container.
|
;; access to /tmp/zsh which is not in the build container.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue