mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-util/fnm: quote D variables
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -402,14 +402,14 @@ src_prepare() {
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
|
||||
${D}/usr/bin/fnm completions --shell bash > fnm.bash-completion || die "Cannot generate bash completions"
|
||||
"${D}"/usr/bin/fnm completions --shell bash > fnm.bash-completion || die "Cannot generate bash completions"
|
||||
newbashcomp fnm.bash-completion fnm
|
||||
|
||||
${D}/usr/bin/fnm completions --shell zsh > fnm.zsh-completion || die "Cannot generate zsh completions"
|
||||
"${D}"/usr/bin/fnm completions --shell zsh > fnm.zsh-completion || die "Cannot generate zsh completions"
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins fnm.zsh-completion _fnm
|
||||
|
||||
${D}/usr/bin/fnm completions --shell fish > fnm.fish-completion || die "Cannot generate fish completions"
|
||||
"${D}"/usr/bin/fnm completions --shell fish > fnm.fish-completion || die "Cannot generate fish completions"
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
newins fnm.fish-completion fnm.fish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user