Skip to content
Snippets Groups Projects
Verified Commit ce463609 authored by Christian Ehrhardt's avatar Christian Ehrhardt
Browse files

d/rules: install libxl-sanlock.conf dependent on xen being enabled

parent 39b658c5
No related branches found
No related tags found
2 merge requests!29Merge changes from experimental,!28Fix libxl sanlock debian
......@@ -210,6 +210,7 @@ endif
ifeq ($(XEN_ENABLED), 1)
dh_install -p libvirt-daemon-system etc/libvirt/libxl.conf
dh_install -p libvirt-daemon-system etc/libvirt/libxl-lockd.conf
dh_install -p libvirt-daemon-system etc/libvirt/libxl-sanlock.conf
endif
set -e; 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