# HG changeset patch # User Rob Hoes Ensure dist/staging/opt/xensource/libexec dir exists A 'mkdir -p' for this directory is needed before any attempt to copy files into it. Signed-off-by: Rob Hoes diff -r 2580868fdc43 ocaml/xapi/OMakefile --- a/ocaml/xapi/OMakefile +++ b/ocaml/xapi/OMakefile @@ -259,6 +259,7 @@ $(IPROG) quicktest $(DEBUGDIST) cp -f quicktestbin $(DEBUGDIST) $(IPROG) rrddump $(DEBUGDIST) + mkdir -p $(DESTDIR)/opt/xensource/libexec $(IPROG) sparse_dd $(DESTDIR)/opt/xensource/libexec .PHONY: sdk-install