mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: zoxide: Fix bash completions path.
* gnu/packages/rust-apps.scm (zoxide)[arguments]: Fix ’install-more #:phase. Change-Id: Ie8fd1876346b3d203c00519191085f2b031e2214
This commit is contained in:
@@ -4219,7 +4219,8 @@ It supports taxonomies, shortcodes, and live reloading.")
|
||||
(share (string-append out "/share"))
|
||||
(man1 (string-append share "/man/man1"))
|
||||
(bash-completions-dir
|
||||
(string-append out "/etc/bash-completion.d"))
|
||||
(string-append
|
||||
out "/share/bash-completion/completions"))
|
||||
(zsh-completions-dir
|
||||
(string-append share "/zsh/site-functions"))
|
||||
(fish-completions-dir
|
||||
|
||||
Reference in New Issue
Block a user