From c432bffd1d127cbc92b5f26f697efca7270af6c2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 7 Jun 2015 15:23:05 +0200 Subject: [PATCH] libvirt: add libvirt group --- srcpkgs/libvirt/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index a049d0777e6..31d57e89761 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -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 }