summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/captive')
-rw-r--r--sys-fs/captive/captive-1.1.7-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
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) \