diff options
Diffstat (limited to 'sys-cluster/neutron/neutron-2015.1.9999.ebuild')
-rw-r--r-- | sys-cluster/neutron/neutron-2015.1.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/neutron/neutron-2015.1.9999.ebuild b/sys-cluster/neutron/neutron-2015.1.9999.ebuild index 8ef3474f6c45..ef146337f34c 100644 --- a/sys-cluster/neutron/neutron-2015.1.9999.ebuild +++ b/sys-cluster/neutron/neutron-2015.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v 1.3 2015/05/06 15:24:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v 1.4 2015/05/12 04:49:33 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -212,6 +212,7 @@ python_install() { doins "etc/rootwrap.conf" doins -r "etc/neutron/rootwrap.d" + insopts -m 0644 insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/" doins -r "neutron/db/migration/alembic_migrations/versions" |