From 5249e76e70c137f3cffa08837300d06807a4ddf8 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 6 Nov 2013 23:58:05 -0800 Subject: [PATCH] build xcat-openstack on ubuntu --- xCAT-OpenStack/debian/rules | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xCAT-OpenStack/debian/rules b/xCAT-OpenStack/debian/rules index 91523f7a1..cd709aeff 100755 --- a/xCAT-OpenStack/debian/rules +++ b/xCAT-OpenStack/debian/rules @@ -23,8 +23,18 @@ install: dh_testroot dh_installdirs dh_install -X".svn" + `pwd`/db2man chmod 755 `pwd`/debian/xcat-openstack/opt/xcat/lib/perl/xCAT_schema chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/lib/perl/xCAT_schema/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/perl/xCAT_plugin/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/lib/perl/xCAT/* + chmod 755 `pwd`/debian/xcat-openstack/opt/xcat/sbin/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/share/man/man5/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/share/doc/man5/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/share/man/man7/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/share/doc/man7/* + chmod 755 `pwd`/debian/xcat-openstack/install/postscripts/* + chmod 644 `pwd`/debian/xcat-openstack/opt/xcat/share/xcat/* dh_link binary-indep: build install