diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-04-23 15:21:46 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-04-23 15:21:46 +0000 |
commit | da7c9090c2bf3571483d36c1d5b33356bd94e677 (patch) | |
tree | 5f814bcd5d036e505c7a040e61e048c8ca6aafdd /eclass/gnome2.eclass | |
parent | Initial Commit. Ebuild by Kai Huuhko <kai.huuhko@gmail.com> and Thomas Cort <... (diff) | |
download | historical-da7c9090c2bf3571483d36c1d5b33356bd94e677.tar.gz historical-da7c9090c2bf3571483d36c1d5b33356bd94e677.tar.bz2 historical-da7c9090c2bf3571483d36c1d5b33356bd94e677.zip |
add addwrite for root/.gnome2. see #128289.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 5 |
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" } |