[Pkg-libvirt-commits] [libvirt] 01/02: Don't try to install lxc.conf on kFreeBSD
Guido Guenther
agx at moszumanska.debian.org
Mon Aug 4 12:38:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1.2.7-2
in repository libvirt.
commit ebfec9b2a3903ebc97f9bf4efabe66aef928e5cb
Author: Guido Günther <agx at sigxcpu.org>
Date: Mon Aug 4 13:39:06 2014 +0200
Don't try to install lxc.conf on kFreeBSD
Another kFreeBSD build fix
---
debian/libvirt-daemon-system.install | 1 -
debian/rules | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/libvirt-daemon-system.install b/debian/libvirt-daemon-system.install
index af6e0bf..e33f7ca 100644
--- a/debian/libvirt-daemon-system.install
+++ b/debian/libvirt-daemon-system.install
@@ -1,5 +1,4 @@
etc/libvirt/libvirtd.conf
-etc/libvirt/lxc.conf
etc/libvirt/qemu.conf
etc/libvirt/qemu-lockd.conf
etc/libvirt/qemu-sanlock.conf
diff --git a/debian/rules b/debian/rules
index 17fbe23..8544609 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,6 +155,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
mkdir -p debian/tmp/usr/share/systemtap
dh_install -p libvirt-daemon-system usr/share/systemtap
dh_install -p libvirt-clients etc/libvirt/virt-login-shell.conf
+ dh_install -p libvirt-daemon-system etc/libvirt/lxc.conf
endif
for l in $(LOGROTATE); do \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git
More information about the Pkg-libvirt-commits
mailing list