From 66c76fdff4f1e9d664cdb87195e17e561231d71c Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Fri, 23 Feb 2007 15:20:57 +0000 Subject: Fix ROOT usage. Apparenly, it's useless. --- eclass/gnome2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/gnome2.eclass') 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" -- cgit v1.2.3-65-gdbad