From d0eb591f7e84aa634647dc23f98036f4bf890701 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Fri, 23 Feb 2007 15:20:57 +0000 Subject: [PATCH] Fix ROOT usage. Apparenly, it's useless. --- eclass/gnome2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.26.2