From: Daniel Gryniewicz Date: Fri, 23 Feb 2007 15:20:57 +0000 (+0000) Subject: Fix ROOT usage. Apparenly, it's useless. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0eb591f7e84aa634647dc23f98036f4bf890701;p=gentoo.git Fix ROOT usage. Apparenly, it's useless. --- diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index cd20e860a66c..4c68f1155a0e 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.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/gnome2.eclass,v 1.81 2007/02/05 05:39:14 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.82 2007/02/23 15:20:57 dang Exp $ # # gnome2.eclass @@ -60,7 +60,7 @@ gnome2_src_configure() { fi # Avoid sandbox violations caused by misbehaving packages (bug #128289) - addwrite "${ROOT}root/.gnome2" + addwrite "/root/.gnome2" # GST_REGISTRY is to work around gst-inspect trying to read/write /root GST_REGISTRY="${S}/registry.xml" econf "$@" ${G2CONF} || die "configure failed"