mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-db/influx-cli: fix bash completion collision
Closes: https://bugs.gentoo.org/950388 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40836 Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
committed by
John Helmert III
parent
f22f967333
commit
9c797d6dab
@@ -24,7 +24,6 @@ src_compile() {
|
||||
emake
|
||||
|
||||
cd bin/$(go env GOOS)/$(go env GOARCH)/ || die
|
||||
./influx completion bash > influx-completion.bash || die
|
||||
./influx completion zsh > influx-completion.zsh || die
|
||||
}
|
||||
|
||||
@@ -32,7 +31,6 @@ src_install() {
|
||||
cd bin/$(go env GOOS)/$(go env GOARCH) || die
|
||||
|
||||
dobin influx
|
||||
|
||||
newbashcomp influx-completion.bash influx
|
||||
# bash ones are provided by bash-completion package
|
||||
newzshcomp influx-completion.zsh _influx
|
||||
}
|
||||
Reference in New Issue
Block a user