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 | 2849052f502927861bda7cff2b54e57b4cc0f9dc (patch) | |
tree | 4dc283baa08e1df8073f96d49e89be0a09692b6d /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-2849052f502927861bda7cff2b54e57b4cc0f9dc.tar.gz gentoo-2-2849052f502927861bda7cff2b54e57b4cc0f9dc.tar.bz2 gentoo-2-2849052f502927861bda7cff2b54e57b4cc0f9dc.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. |