mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libvirt: fix typo
This commit is contained in:
parent
03ac94795f
commit
f354177d84
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=9.6.0
|
version=9.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run
|
configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run
|
||||||
-Dpolkit=enabled"
|
-Dpolkit=enabled"
|
||||||
|
@ -60,7 +60,7 @@ make_dirs="
|
||||||
/var/lib/libvirt/images 0755 root root
|
/var/lib/libvirt/images 0755 root root
|
||||||
/var/lib/libvirt/filesystems 0755 root root
|
/var/lib/libvirt/filesystems 0755 root root
|
||||||
/var/lib/libvirt/dnsmasq 0755 root root
|
/var/lib/libvirt/dnsmasq 0755 root root
|
||||||
/var/libvirt/boot 0755 root root
|
/var/lib/libvirt/boot 0755 root root
|
||||||
/var/cache/libvirt/qemu 0755 root root"
|
/var/cache/libvirt/qemu 0755 root root"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue