]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Install virt-guest-shutdown.target properly
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 29 Nov 2016 15:28:05 +0000 (16:28 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 29 Nov 2016 15:31:52 +0000 (16:31 +0100)
commitfd81eb7c48a7848dbefbd9c911276511642c38e7
tree093cc45414f8136036e796acd09d1410eda0068b
parent0355de2e77fa8a11419fde5b0eb68458a7fb62ca
daemon: Install virt-guest-shutdown.target properly

When trying to install libvirtd from sources I've noticed the
following failure:

/usr/bin/install: cannot stat 'virt-guest-shutdown.target': No such file or directory
Makefile:2792: recipe for target 'install-init-systemd' failed
make[3]: *** [install-init-systemd] Error 1
make[3]: *** Waiting for unfinished jobs....

The problem is that while other files around that location in
Makefile are firstly generated into the builddir and only after
that installed, virt-guest-shutdown.target file is not generated
at all and should be installed from the srcdir.

This was introduced in 01079727.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/Makefile.am