diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-13 21:06:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-13 21:06:32 +0000 |
commit | 0ec35073645f67790b04078dc182b96782988ca2 (patch) | |
tree | 8261f0aa0f3b2d83287b1de5ab3f4354e554e1f0 /eclass | |
parent | Version bump. (diff) | |
download | historical-0ec35073645f67790b04078dc182b96782988ca2.tar.gz historical-0ec35073645f67790b04078dc182b96782988ca2.tar.bz2 historical-0ec35073645f67790b04078dc182b96782988ca2.zip |
Make toolchain eclass more friendly to Gentoo/FreeBSD using root:0 instead of root:root.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 8802c8f315b4..0b73ceecc8ed 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.174 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.175 2005/07/13 21:06:32 flameeyes Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1551,7 +1551,7 @@ gcc-compiler_src_install() { doexe ${FILESDIR}/fix_libtool_files.sh fi - chown -R root:root "${D}"${LIBPATH} + chown -R root:0 "${D}"${LIBPATH} } # Move around the libs to the right location. |