diff options
Diffstat (limited to 'sys-auth/keystone/keystone-2019.1.9999.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-2019.1.9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/keystone/keystone-2019.1.9999.ebuild b/sys-auth/keystone/keystone-2019.1.9999.ebuild index f446425ea994..a553b77a52c0 100644 --- a/sys-auth/keystone/keystone-2019.1.9999.ebuild +++ b/sys-auth/keystone/keystone-2019.1.9999.ebuild @@ -144,6 +144,8 @@ python_install_all() { doins httpd/* fowners keystone:keystone /etc/keystone /etc/keystone/httpd /var/log/keystone + # stupid python doing stupid things + rm -r "${ED}"/usr/etc } pkg_postinst() { |