From 04d821743685b4d07f39c0622cb1b7e35f61a642 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Tue, 24 Jun 2025 09:23:45 +0200 Subject: [PATCH] gnu: pass-tomb: Correct completions path. * gnu/packages/password-utils.scm (pass-tomb): Correct completions path. Change-Id: I487b723e3e8f5616001d80491bf595c48b0a46e2 Signed-off-by: Sharlatan Hellseher --- 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 a0e33e2074f..0353590c688 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.