From: Marcus Granado Date: Tue, 12 Oct 2010 09:54:36 +0000 (+0100) Subject: CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7e8be5a7b2907c4865ff73da3118c81ad1dd0d8f;p=xcp%2Fxen-api.git CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0 Signed-off-by: Marcus Granado --- diff --git a/ocaml/autogen/OMakefile b/ocaml/autogen/OMakefile index c9e5f01c..6bbb79a2 100644 --- a/ocaml/autogen/OMakefile +++ b/ocaml/autogen/OMakefile @@ -18,3 +18,8 @@ custom_actions_doc: $(HTMLGEN) ../idl/ocaml_backend/server.cma .PHONY: api_docs api_docs: custom_actions_doc + +.PHONY: install +install: + mkdir -p $(DESTDIR)/opt/xensource/debug + $(IPROG) rbac_static.csv $(DESTDIR)/opt/xensource/debug diff --git a/xapi.spec b/xapi.spec index 676f4357..f2586f5a 100644 --- a/xapi.spec +++ b/xapi.spec @@ -258,6 +258,7 @@ rm -rf $RPM_BUILD_ROOT %exclude /usr/lib/python2.4/site-packages/xen/* %exclude /usr/lib/python2.4/site-packages/xen/lowlevel/* /var/xapi/udhcpd.skel +/opt/xensource/debug/rbac_static.csv %files xe %defattr(-,root,root,-)