mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/glance_store: correctly install in /etc
Closes: https://bugs.gentoo.org/799494 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -66,3 +66,8 @@ REQUIRED_USE="
|
|||||||
"
|
"
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
python_install_all() {
|
||||||
|
distutils-r1_python_install_all
|
||||||
|
mv "${ED}/usr/etc" "${ED}/etc" || die
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user