Skip to content
Snippets Groups Projects
Commit f634d535 authored by Guido Günther's avatar Guido Günther
Browse files

Don't try to install qemu configuration on kFreeBSD

QEMU support on kFreeBSD support is currently disabled due to test
failures.
parent a67e5eea
No related branches found
No related tags found
No related merge requests found
etc/libvirt/libvirtd.conf
etc/libvirt/qemu.conf
etc/libvirt/qemu-lockd.conf
etc/libvirt/qemu-sanlock.conf
etc/libvirt/virtlockd.conf
etc/sasl2/*
......@@ -154,8 +154,11 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
# Not all linux arches have systemtap yet
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
dh_install -p libvirt-daemon-system etc/libvirt/qemu.conf
dh_install -p libvirt-daemon-system etc/libvirt/qemu-lockd.conf
dh_install -p libvirt-daemon-system etc/libvirt/qemu-sanlock.conf
dh_install -p libvirt-clients etc/libvirt/virt-login-shell.conf
endif
for l in $(LOGROTATE); do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment