# HG changeset patch # User Rob Hoes <[email protected]> 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 <[email protected]> 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
# HG changeset patch # User Rob Hoes <[email protected]> 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 <[email protected]> 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
_______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
