mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +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
|
||||
exec 2>&1
|
||||
exec incus config show >/dev/null
|
||||
exec incus config show >/dev/null 2>&1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'incus'
|
||||
pkgname=incus
|
||||
version=6.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path=github.com/lxc/incus/v6
|
||||
|
|
Loading…
Add table
Reference in a new issue