mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
incus: fix check script
This commit is contained in:
parent
9ab1405894
commit
e1c62c972d
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec incus config show >/dev/null 2>&1
|
||||||
exec incus config show >/dev/null
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'incus'
|
# Template file for 'incus'
|
||||||
pkgname=incus
|
pkgname=incus
|
||||||
version=6.3.0
|
version=6.3.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path=github.com/lxc/incus/v6
|
go_import_path=github.com/lxc/incus/v6
|
||||||
|
|
Loading…
Add table
Reference in a new issue