summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/nova/nova-2018.2.9999.ebuild')
-rw-r--r--sys-cluster/nova/nova-2018.2.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nova/nova-2018.2.9999.ebuild b/sys-cluster/nova/nova-2018.2.9999.ebuild
index f0694e7ed9a0..dd30ccf5b550 100644
--- a/sys-cluster/nova/nova-2018.2.9999.ebuild
+++ b/sys-cluster/nova/nova-2018.2.9999.ebuild
@@ -242,8 +242,8 @@ python_install_all() {
python_install() {
distutils-r1_python_install
# copy migration conf file (not coppied on install via setup.py script)
- insinto "$(python_get_sitedir)/db/sqlalchemy/migrate_repo/"
- doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
+ python_moduleinto db/sqlalchemy/migrate_repo
+ python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
}
pkg_postinst() {