# HG changeset patch # User Marcus Granado # Date 1284389290 -3600 # Node ID 82fd5e8584921932e7ff39103ca48646d6e1e582 # Parent 05fc264824bc9e12973b196ffa927ac0ebe35e15 CA-41772: copy rbac_static.csv to /opt/xensource/debug in dom0 Signed-off-by: Marcus Granado diff -r 05fc264824bc -r 82fd5e858492 ocaml/autogen/OMakefile --- a/ocaml/autogen/OMakefile +++ b/ocaml/autogen/OMakefile @@ -18,3 +18,8 @@ .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 -r 05fc264824bc -r 82fd5e858492 xapi.spec --- a/xapi.spec +++ b/xapi.spec @@ -259,6 +259,7 @@ %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,-)