From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: [OSSTEST PATCH v2 03/12] ts-xen-build-prep: install checkpolicy Date: Wed, 24 Sep 2014 22:04:28 +0100 Message-ID: <1411592677-2632-4-git-send-email-wei.liu2@citrix.com> References: <1411592677-2632-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411592677-2632-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Wei Liu , dgdegra@tycho.nsa.gov, ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org This is used to complie Flask policy. Signed-off-by: Wei Liu --- ts-xen-build-prep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 05a7857..edef9a9 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -178,7 +178,7 @@ sub prep () { autoconf automake libtool xsltproc libxml2-utils libxml2-dev libnl-dev libdevmapper-dev w3c-dtd-xhtml - ccache)); + ccache checkpolicy)); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 -- 1.7.10.4