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