summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2006-04-23 15:21:46 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2006-04-23 15:21:46 +0000
commitcdda861369d6b10f828fe7f07139c75069fa2d53 (patch)
tree079abf3418c9fc1b1931005e815f36d945da077d /eclass/gnome2.eclass
parentInitial Commit. Ebuild by Kai Huuhko <kai.huuhko@gmail.com> and Thomas Cort <... (diff)
downloadgentoo-2-cdda861369d6b10f828fe7f07139c75069fa2d53.tar.gz
gentoo-2-cdda861369d6b10f828fe7f07139c75069fa2d53.tar.bz2
gentoo-2-cdda861369d6b10f828fe7f07139c75069fa2d53.zip
add addwrite for root/.gnome2. see #128289.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r--eclass/gnome2.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index b394ec57fbdd..a8c4553831fc 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.69 2006/04/18 20:49:04 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.70 2006/04/23 15:21:46 allanonjl Exp $
# GNOME 2 ECLASS
inherit libtool gnome.org debug fdo-mime eutils
@@ -46,6 +46,9 @@ gnome2_src_configure() {
# Run libtoolize
elibtoolize ${ELTCONF}
+ # Do not remove the addwrite. bug #128289
+ addwrite "${ROOT}/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"
}