spice-vdagent: fix udev rules installation (/usr/lib/udev not /lib/udev).

This commit is contained in:
Juan RP 2014-03-31 10:32:54 +02:00
parent c87980c4e4
commit 132006b25d

View file

@ -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 <xtraeme@gmail.com>"
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
}