From e68d405c5d712af4387159df07e226217bdda049 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Apr 2022 22:33:41 +0100 Subject: gentoo resync : 06.04.2022 --- eclass/webapp.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/webapp.eclass') diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 3c0dfc811ac6..1efe4e66b6a9 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: webapp.eclass @@ -457,7 +457,7 @@ webapp_src_install() { chmod -R g-s "${D}/" keepdir "${MY_PERSISTDIR}" - fowners "root:0" "${MY_PERSISTDIR}" + fowners "0:0" "${MY_PERSISTDIR}" fperms 755 "${MY_PERSISTDIR}" } -- cgit v1.2.3