diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heat/heat-2016.2.9999.ebuild | 1 | ||||
-rw-r--r-- | sys-cluster/heat/heat-7.0.0.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 |