diff options
-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. |