incus-client: fix bash completion filename
This commit is contained in:
parent
b4eeef9edd
commit
10e00fcc7a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'incus'
|
# Template file for 'incus'
|
||||||
pkgname=incus
|
pkgname=incus
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/lxc/incus
|
go_import_path=github.com/lxc/incus
|
||||||
go_build_tags="libsqlite3"
|
go_build_tags="libsqlite3"
|
||||||
|
@ -55,7 +55,7 @@ incus-client_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/incus
|
vmove usr/bin/incus
|
||||||
vsv incus-user
|
vsv incus-user
|
||||||
vcompletion scripts/bash/incus bash
|
vcompletion scripts/bash/incus bash incus
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue