summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-08-17 20:23:15 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-08-17 20:23:15 +0000
commit1070fc1d30a8a24ab57e0c15bd4f401258fc3bd4 (patch)
tree741b0111042f78a1d07cf1d3d25fd8e2a9fca007 /eclass
parentchase latest; close #5955 (diff)
downloadhistorical-1070fc1d30a8a24ab57e0c15bd4f401258fc3bd4.tar.gz
historical-1070fc1d30a8a24ab57e0c15bd4f401258fc3bd4.tar.bz2
historical-1070fc1d30a8a24ab57e0c15bd4f401258fc3bd4.zip
fix segfaults for gnome-system-monitor
Diffstat (limited to '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 e3d0b2947e05..3a5d9df7b04f 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.20 2002/08/05 21:19:52 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.21 2002/08/17 20:23:15 azarah Exp $
inherit libtool
@@ -43,6 +43,9 @@ gnome2_src_compile() {
gnome2_src_install() {
+ # if this is not present, scrollkeeper-update may segfault
+ dodir /var/lib/scrollkeeper/scrollkeeper_docs
+
# we must delay gconf schema installation due to sandbox
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"