commit: fae265b3c907717cb3d8f5e61988e7d7f261f681
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 14:31:31 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 14:33:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae265b3
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(+)
diff --git a/sys-cluster/heat/heat-2016.2.9999.ebuild
b/sys-cluster/heat/heat-2016.2.9999.ebuild
index 160e63a..2c7bda0 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 9fccc60..9477a14 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