From fae265b3c907717cb3d8f5e61988e7d7f261f681 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 7 Oct 2016 09:31:31 -0500 Subject: sys-cluster/heat: use diropts for installed dirs Package-Manager: portage-2.3.0 --- sys-cluster/heat/heat-2016.2.9999.ebuild | 1 + sys-cluster/heat/heat-7.0.0.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'sys-cluster') diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild b/sys-cluster/heat/heat-2016.2.9999.ebuild index 160e63a95d38..2c7bda0cf698 100644 --- a/sys-cluster/heat/heat-2016.2.9999.ebuild +++ b/sys-cluster/heat/heat-2016.2.9999.ebuild @@ -129,6 +129,7 @@ python_prepare_all() { python_install() { distutils-r1_python_install + diropts -m0750 -o heat -g heat keepdir /etc/heat dodir /etc/heat/environment.d dodir /etc/heat/templates diff --git a/sys-cluster/heat/heat-7.0.0.ebuild b/sys-cluster/heat/heat-7.0.0.ebuild index 9fccc6028312..9477a1488a4c 100644 --- a/sys-cluster/heat/heat-7.0.0.ebuild +++ b/sys-cluster/heat/heat-7.0.0.ebuild @@ -128,6 +128,7 @@ python_prepare_all() { python_install() { distutils-r1_python_install + diropts -m0750 -o heat -g heat keepdir /etc/heat dodir /etc/heat/environment.d dodir /etc/heat/templates -- cgit v1.2.3-65-gdbad