|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH] Ensure dist/staging/opt/xensource/libexec dir exists
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
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 <rob.hoes@xxxxxxxxxx>
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
ensure-libexec-exists
Description: Text document
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-API] [PATCH] Ensure dist/staging/opt/xensource/libexec dir exists,
Rob Hoes <=
|
|
|
|
|