diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-23 15:20:57 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-02-23 15:20:57 +0000 |
commit | 66c76fdff4f1e9d664cdb87195e17e561231d71c (patch) | |
tree | 42221fc90e8a00ed282c748c6ec4dec5559868de /eclass/gnome2.eclass | |
parent | hippodraw: initial import (diff) | |
download | gentoo-2-66c76fdff4f1e9d664cdb87195e17e561231d71c.tar.gz gentoo-2-66c76fdff4f1e9d664cdb87195e17e561231d71c.tar.bz2 gentoo-2-66c76fdff4f1e9d664cdb87195e17e561231d71c.zip |
Fix ROOT usage. Apparenly, it's useless.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files 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" |