summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-26 10:29:52 +0100
committerUlrich Müller <ulm@gentoo.org>2022-03-28 21:47:18 +0200
commit255c3f853ffa896fb9dc65294fc40cee2682b558 (patch)
tree7a16cac5da245d9e29103e505147e02265db25bc /eclass/webapp.eclass
parenttoolchain.eclass: Use UID 0 instead of root (diff)
downloadgentoo-255c3f853ffa896fb9dc65294fc40cee2682b558.tar.gz
gentoo-255c3f853ffa896fb9dc65294fc40cee2682b558.tar.bz2
gentoo-255c3f853ffa896fb9dc65294fc40cee2682b558.zip
webapp.eclass: Use UID 0 instead of root
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass4
1 files changed, 2 insertions, 2 deletions
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}"
}