emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39963: closed ([PATCH] fd bash_completion typo)


From: GNU bug Tracking System
Subject: bug#39963: closed ([PATCH] fd bash_completion typo)
Date: Sat, 07 Mar 2020 18:06:01 +0000

Your message dated Sat, 7 Mar 2020 19:05:52 +0100
with message-id <20200307180552.fhwgh23owf4m4que@gravity>
and subject line Re: [PATCH] fd bash_completion typo
has caused the debbugs.gnu.org bug report #39963,
regarding [PATCH] fd bash_completion typo
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39963
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] fd bash_completion typo Date: Sat, 07 Mar 2020 01:03:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hey guix!

* The "fd" package installs its bash_completion file in the wrong directory.

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 72c982f23c..ce50562228 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -184,11 +184,11 @@ also knows about symlinks, extended attributes, and Git.")
                ;; Manpages
                (install-file "doc/fd.1" (string-append out "/share/man/man1"))
                ;; Completions
-               (install-completion "^fd.bash$" "/etc/bash-completion.d")
+               (install-completion "^fd.bash$" "/etc/bash_completion.d")
                (install-completion "^fd.fish$" 
"/share/fish/vendor_completions.d")
                (install-completion "^_fd$" "/share/zsh/site-functions")
-               (rename-file (string-append out 
"/etc/bash-completion.d/fd.bash")
-                            (string-append out "/etc/bash-completion.d/fd"))
+               (rename-file (string-append out 
"/etc/bash_completion.d/fd.bash")
+                            (string-append out "/etc/bash_completion.d/fd"))
                #t))))))
     (inputs `(("jemalloc" ,jemalloc)))
     (home-page "https://github.com/sharkdp/fd";)
-- 
APL is a write-only language.  I can write programs in APL, but I can't
read any of them.
                -- Roy Keir

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] fd bash_completion typo Date: Sat, 7 Mar 2020 19:05:52 +0100
On Sat, Mar 07, 2020 at 01:03:02AM +0100, address@hidden wrote:
> Hey guix!
> 
> * The "fd" package installs its bash_completion file in the wrong directory.
> 

Thanks! I added a copyright line for you, wrote a commit message and
pushed to master as commit 9eed0a74f92ed4e1b631f4658d98a5f46ad1664d

Regards,
Jakub Kądziołka

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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