mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-cluster/neutron: use chown/chmod instead of fperm/fowners
Closes: https://bugs.gentoo.org/784146 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -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/"
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user