From 64ca8869dbcd42ee7fa7e289f799c1921e89f137 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 3 Jul 2011 18:15:10 +0200 Subject: [PATCH] spice-vdagent: needs spice-protocol to build, use vinstall. --- srcpkgs/spice-vdagent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spice-vdagent/template b/srcpkgs/spice-vdagent/template index 7ddfbd764b5..9480cf07ec0 100644 --- a/srcpkgs/spice-vdagent/template +++ b/srcpkgs/spice-vdagent/template @@ -30,12 +30,12 @@ Add_dependency build dbus-devel Add_dependency build libXfixes-devel Add_dependency build libX11-devel Add_dependency build libXrandr-devel +Add_dependency build spice-protocol Add_dependency full dbus Add_dependency full ConsoleKit-x11 post_install() { # Install the OpenRC service. - install -D -m755 ${FILESDIR}/${pkgname}d.rc \ - ${DESTDIR}/etc/init.d/${pkgname}d + vinstall ${FILESDIR}/${pkgname}d.rc 755 etc/init.d ${pkgname}d }