guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#77181] [PATCH 2/5] gnu: ouch: Fix bash completion directory.


From: 45mg
Subject: [bug#77181] [PATCH 2/5] gnu: ouch: Fix bash completion directory.
Date: Sat, 22 Mar 2025 20:38:03 +0530

* gnu/packages/rust-apps.scm (ouch) [arguments]: Change
etc/bash-completion.d to etc/bash_completion.d.

Change-Id: I63f2be695e9d8dc15de61bbbb470c54e47a6a197
---
 gnu/packages/rust-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 2f933d836c..b7eb4a5bbc 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2349,7 +2349,7 @@ (define-public ouch
             (let* ((out (assoc-ref outputs "out"))
                    (share (string-append out "/share"))
                    (bash-completions-dir
-                    (string-append out "/etc/bash-completion.d"))
+                    (string-append out "/etc/bash_completion.d"))
                    (zsh-completions-dir
                     (string-append share "/zsh/site-functions"))
                    (fish-completions-dir
-- 
2.49.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]