From 07c325f9f9cf5c46711e8af2519b080e38e3cb65 Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Mon, 23 Aug 2010 13:09:16 +0100 Subject: [PATCH] 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 --- ocaml/xapi/OMakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ocaml/xapi/OMakefile b/ocaml/xapi/OMakefile index a580c40f..0b79cbdd 100644 --- a/ocaml/xapi/OMakefile +++ b/ocaml/xapi/OMakefile @@ -260,6 +260,7 @@ install: $(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 -- 2.39.5