From 132006b25d187b82127f472c10bd83d39840029a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 31 Mar 2014 10:32:54 +0200 Subject: [PATCH] spice-vdagent: fix udev rules installation (/usr/lib/udev not /lib/udev). --- srcpkgs/spice-vdagent/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template index 318c4097d40..aa0871f5a10 100644 --- a/srcpkgs/spice-vdagent/template +++ b/srcpkgs/spice-vdagent/template @@ -1,9 +1,9 @@ # Template file for 'spice-vdagent' pkgname=spice-vdagent version=0.15.0 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--with-init-script=systemd" +configure_args="--with-session-info=systemd --with-init-script=systemd" hostmakedepends="pkg-config" makedepends="libglib-devel dbus-devel libXfixes-devel libXrandr-devel libXinerama-devel libpciaccess-devel spice-protocol>=0.12.6 systemd-devel @@ -17,6 +17,6 @@ maintainer="Juan RP " distfiles="http://www.spice-space.org/download/releases/${pkgname}-${version}.tar.bz2" checksum=5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34 -post_install() { - rm -rf ${DESTDIR}/var +do_install() { + make DESTDIR=${DESTDIR} udevrulesdir=/usr/lib/udev/rules.d install }