diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-19 19:24:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-19 19:24:21 +0000 |
commit | a69d2941cef0afef25e255a153176e06aa9f29c0 (patch) | |
tree | dbabdcf589d7715e2e2018abb617f7a5e4e809a8 /eclass/webapp.eclass | |
parent | ppc stable, bug #133553 (diff) | |
download | historical-a69d2941cef0afef25e255a153176e06aa9f29c0.tar.gz historical-a69d2941cef0afef25e255a153176e06aa9f29c0.tar.bz2 historical-a69d2941cef0afef25e255a153176e06aa9f29c0.zip |
Change root:root to root:0.
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r-- | eclass/webapp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index ea89ba859059..accaf9f9db30 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.40 2006/03/06 08:36:51 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.41 2006/05/19 19:24:21 flameeyes Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server @@ -327,7 +327,7 @@ function webapp_src_install () chmod -R g-s "${D}/" keepdir "${MY_PERSISTDIR}" - fowners "root:root" "${MY_PERSISTDIR}" + fowners "root:0" "${MY_PERSISTDIR}" fperms 755 "${MY_PERSISTDIR}" # to test whether or not the ebuild has correctly called this function |