From: Konrad Rzeszutek Wilk Date: Sat, 22 Jun 2013 02:08:50 +0000 (-0400) Subject: Makefile: For Xen 4.2 also create an extra directory X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5521f6b3100419960760944a48dea1fb014856cb;p=xentesttools%2Fbootstrap.git Makefile: For Xen 4.2 also create an extra directory When booting using a 32-bit dom0, I see: qemu-system-i386: looking for plugins in '/usr/lib64/sasl2', failed to open directory, error: No such file Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index dcb4c82..84aeb80 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -915,6 +915,7 @@ endif sed -i 's/\(^[[:blank:]]*(xend-relocation-hosts-allow.*\)/# \1/' userspace/etc/xen/xend-config.sxp; \ echo "(xend-relocation-hosts-allow '')" >> userspace/etc/xen/xend-config.sxp; \ fi + mkdir -p userspace/usr/lib64/sasl2 .PHONY: nfs-install nfs-install: