]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
Ensure dist/staging/opt/xensource/libexec dir exists
authorRob Hoes <rob.hoes@citrix.com>
Mon, 23 Aug 2010 12:09:16 +0000 (13:09 +0100)
committerRob Hoes <rob.hoes@citrix.com>
Mon, 23 Aug 2010 12:09:16 +0000 (13:09 +0100)
A 'mkdir -p' for this directory is needed before any attempt to copy files into it.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
ocaml/xapi/OMakefile

index a580c40f4fca7fe70d532e5996ce5e145605f44d..0b79cbdd1343c6eff41b6ced0729252950830516 100644 (file)
@@ -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