mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-util/fnm: fix fish completions
Resolves: baa196d22c (r76946388)
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -404,8 +404,8 @@ src_install() {
|
||||
newins fnm.zsh-completion _fnm
|
||||
|
||||
${D}/usr/bin/fnm completions --shell fish > fnm.fish-completion || die "Cannot generate fish completions"
|
||||
insinto /usr/share/fish/completion
|
||||
newins fnm.fish-completion fnm
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
newins fnm.fish-completion fnm.fish
|
||||
|
||||
dodoc CHANGELOG.md README.md
|
||||
}
|
||||
Reference in New Issue
Block a user