From 3e3b3446fc122cf532ef40982b0af37cf458b98e Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Thu, 1 Jun 2006 16:22:34 +0000 Subject: more addwrite (Portage version: 2.1_rc3-r4) --- sys-fs/captive/captive-1.1.7-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/captive/captive-1.1.7-r1.ebuild b/sys-fs/captive/captive-1.1.7-r1.ebuild index 321f9b1f3b7d..8102daa3b89d 100644 --- a/sys-fs/captive/captive-1.1.7-r1.ebuild +++ b/sys-fs/captive/captive-1.1.7-r1.ebuild @@ -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/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.4 2006/06/01 14:50:20 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7-r1.ebuild,v 1.5 2006/06/01 16:22:34 genstef Exp $ inherit eutils @@ -44,8 +44,8 @@ pkg_setup() { } src_compile() { - # Do not remove the addwrite. bug #128289, bug #133357 - addwrite "${ROOT}/root/.gnome2" + # Addwrite to fix all sandbox problems, bug #133357 see also gnome2.eclass: bug #128289 + addwrite /root/.gnome2_private /root/.gnome2 /root/.gconfd /root/.gconf # disable some tests to save time ;) econf $(use_enable debug bug-replay) \ -- cgit v1.2.3-65-gdbad