spice-vdagent: needs spice-protocol to build, use vinstall.
This commit is contained in:
parent
ac3f2a09f4
commit
64ca8869db
|
@ -30,12 +30,12 @@ Add_dependency build dbus-devel
|
||||||
Add_dependency build libXfixes-devel
|
Add_dependency build libXfixes-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libXrandr-devel
|
Add_dependency build libXrandr-devel
|
||||||
|
Add_dependency build spice-protocol
|
||||||
Add_dependency full dbus
|
Add_dependency full dbus
|
||||||
Add_dependency full ConsoleKit-x11
|
Add_dependency full ConsoleKit-x11
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# Install the OpenRC service.
|
# Install the OpenRC service.
|
||||||
install -D -m755 ${FILESDIR}/${pkgname}d.rc \
|
vinstall ${FILESDIR}/${pkgname}d.rc 755 etc/init.d ${pkgname}d
|
||||||
${DESTDIR}/etc/init.d/${pkgname}d
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue