Merge pull request #1789 from thypon/libvirtfix
libvirt: add libvirt group
This commit is contained in:
commit
b7df752cb6
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libvirt'
|
# Template file for 'libvirt'
|
||||||
pkgname=libvirt
|
pkgname=libvirt
|
||||||
version=1.2.16
|
version=1.2.16
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
configure_args="--without-hal --with-storage-lvm --with-qemu-user=nobody
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -76,6 +76,8 @@ make_dirs="
|
|||||||
/var/libvirt/boot 0755 root root
|
/var/libvirt/boot 0755 root root
|
||||||
/var/cache/libvirt/qemu 0755 root root"
|
/var/cache/libvirt/qemu 0755 root root"
|
||||||
|
|
||||||
|
system_groups="libvirt"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user