libvirt: add libvirt group
This commit is contained in:
parent
195c1b9392
commit
c432bffd1d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt'
|
||||
pkgname=libvirt
|
||||
version=1.2.16
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
||||
--disable-static
|
||||
|
@ -76,6 +76,8 @@ make_dirs="
|
|||
/var/libvirt/boot 0755 root root
|
||||
/var/cache/libvirt/qemu 0755 root root"
|
||||
|
||||
system_groups="libvirt"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue