]> git.ipfire.org Git - thirdparty/libvirt.git/commit
install: fix virtlockd installation v1.0.1-rc2
authorEric Blake <eblake@redhat.com>
Thu, 13 Dec 2012 23:28:27 +0000 (16:28 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 14 Dec 2012 13:27:10 +0000 (06:27 -0700)
commit8d59a025bbc51f685042b4d48fcde7e6d94d3197
tree9f10b133515ddb80a6dc02f32fa30f9e4d96a1d9
parentc86f53d5b252e6e3bf2f59e757f379939b880e9d
install: fix virtlockd installation

The virtlockd daemon scripts were lousy, when compared to their
counterparts in daemon/Makefile.am.  In particular, when init
scripts were selected, this resulted in 'make distcheck' failing
due to failure to clean up src/virtlockd.init.

* src/Makefile.am (install-systemd): Fix dependencies.  Use MKDIR_P.
(uninstall-systemd): Remove empty directory.  Use fewer processes.
(install-init, install-sysconfig): Use MKDIR_P.
(uninstall-init): Remove correct file, and also empty directory.
(uninstall-sysconfig): Remove empty directory.
(DISTCLEANFILES): Clean up trivially built sources.
src/Makefile.am