]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0
authorMarcus Granado <marcus.granado@eu.citrix.com>
Tue, 12 Oct 2010 09:54:36 +0000 (10:54 +0100)
committerMarcus Granado <marcus.granado@eu.citrix.com>
Tue, 12 Oct 2010 09:54:36 +0000 (10:54 +0100)
Signed-off-by: Marcus Granado <marcus.granado@eu.citrix.com>
ocaml/autogen/OMakefile
xapi.spec

index c9e5f01cfc9faf73833b6e643e9eefce3d65a85b..6bbb79a27f32fb6ddc924d5618e8db88846e7cfd 100644 (file)
@@ -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
index 676f435766319b50e3f6c5c683a93763a682f81f..f2586f5ad38e620f7608a1a71f2719b92962e4fd 100644 (file)
--- 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,-)