spice-vdagent: needs spice-protocol to build, use vinstall.

This commit is contained in:
Juan RP 2011-07-03 18:15:10 +02:00
parent ac3f2a09f4
commit 64ca8869db

View file

@ -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
}