mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
incus-client: fix bash completion filename
This commit is contained in:
parent
b4eeef9edd
commit
10e00fcc7a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue