diff --git a/sys-cluster/neutron/neutron-2020.1.9999.ebuild b/sys-cluster/neutron/neutron-2020.1.9999.ebuild index a48cc0a000dc0..b7172660e8fda 100644 --- a/sys-cluster/neutron/neutron-2020.1.9999.ebuild +++ b/sys-cluster/neutron/neutron-2020.1.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -205,8 +205,8 @@ python_install_all() { unpack "neutron-ml2-plugins-${PV}.tar.gz" # correcting perms - fowners neutron:neutron -R "/etc/neutron" - fperms o-rwx -R "/etc/neutron/" + chown neutron:neutron -R "/etc/neutron" + chmod o-rwx -R "/etc/neutron/" #remove superfluous stuff rm -R "${D}/usr/etc/" diff --git a/sys-cluster/neutron/neutron-2020.2.9999.ebuild b/sys-cluster/neutron/neutron-2020.2.9999.ebuild index 11c02b0796530..a73317fb3f88f 100644 --- a/sys-cluster/neutron/neutron-2020.2.9999.ebuild +++ b/sys-cluster/neutron/neutron-2020.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -202,8 +202,8 @@ python_install_all() { unpack "neutron-ml2-plugins-${PV}.tar.gz" # correcting perms - fowners neutron:neutron -R "/etc/neutron" - fperms o-rwx -R "/etc/neutron/" + chown neutron:neutron -R "/etc/neutron" + chmod o-rwx -R "/etc/neutron/" #remove superfluous stuff rm -R "${D}/usr/etc/"