From ee828732d384e44e19107a2ed7f44f4d60e6fe97 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 20 Mar 2022 02:43:53 +0100 Subject: [PATCH] dev-python/glance_store: correctly install in /etc Closes: https://bugs.gentoo.org/799494 Signed-off-by: Alessandro Barbieri --- ...lance_store-3.0.0.ebuild => glance_store-3.0.0-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) rename dev-python/glance_store/{glance_store-3.0.0.ebuild => glance_store-3.0.0-r1.ebuild} (95%) diff --git a/dev-python/glance_store/glance_store-3.0.0.ebuild b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild similarity index 95% rename from dev-python/glance_store/glance_store-3.0.0.ebuild rename to dev-python/glance_store/glance_store-3.0.0-r1.ebuild index af3dc14c94..ab7242f742 100644 --- a/dev-python/glance_store/glance_store-3.0.0.ebuild +++ b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild @@ -66,3 +66,8 @@ REQUIRED_USE=" " distutils_enable_tests pytest + +python_install_all() { + distutils-r1_python_install_all + mv "${ED}/usr/etc" "${ED}/etc" || die +}