From 538afbd1c53cf40109c6be036ec28c2cb0ef94bc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 29 Aug 2019 12:16:22 +0200 Subject: sys-cluster/nova: Fix DoublePrefixInPath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-cluster/nova/nova-18.2.2.ebuild | 4 ++-- sys-cluster/nova/nova-19.0.2.ebuild | 4 ++-- sys-cluster/nova/nova-2018.2.9999.ebuild | 4 ++-- sys-cluster/nova/nova-2019.1.9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/nova/nova-18.2.2.ebuild b/sys-cluster/nova/nova-18.2.2.ebuild index 123609323504..f57c926d0e3e 100644 --- a/sys-cluster/nova/nova-18.2.2.ebuild +++ b/sys-cluster/nova/nova-18.2.2.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() { diff --git a/sys-cluster/nova/nova-19.0.2.ebuild b/sys-cluster/nova/nova-19.0.2.ebuild index ffc81bcc8570..d25e3939bb40 100644 --- a/sys-cluster/nova/nova-19.0.2.ebuild +++ b/sys-cluster/nova/nova-19.0.2.ebuild @@ -244,8 +244,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() { 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() { diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild index a28cdc16dcc1..da689ce9ff46 100644 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild @@ -244,8 +244,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() { -- cgit v1.2.3-65-gdbad