mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: du-dust: Fix bash completions path.
* gnu/packages/admin.scm (du-dust)[arguments]: Fix ’install-extras #:phase. Change-Id: Icf1d93e72d8e8e659be9c2669fc479ece471c8df
This commit is contained in:
parent
3d215a72ff
commit
86ec8575c8
1 changed files with 5 additions and 4 deletions
|
|
@ -6631,10 +6631,11 @@ file or files to several hosts.")
|
|||
(install-file "man-page/dust.1"
|
||||
(string-append share "/man/man1"))
|
||||
(mkdir-p (string-append out
|
||||
"/etc/bash_completion.d"))
|
||||
(copy-file "completions/dust.bash"
|
||||
(string-append out
|
||||
"/etc/bash_completion.d/dust"))
|
||||
"/share/bash-completion/completions"))
|
||||
(copy-file
|
||||
"completions/dust.bash"
|
||||
(string-append
|
||||
out "/share/bash-completion/completions/dust"))
|
||||
(install-file "completions/dust.fish"
|
||||
(string-append share
|
||||
"/fish/vendor_completions.d"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue