From d91ac0a0adbfb0446d84e7c6c98e3d5ac810e820 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 11 Apr 2002 01:31:02 +0000 Subject: Use the correct database directory when updating with scrollkeeper so that we don't dump core during the installation. --- x11/gnome-core/patches/patch-ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/gnome-core/patches/patch-ac (limited to 'x11') diff --git a/x11/gnome-core/patches/patch-ac b/x11/gnome-core/patches/patch-ac new file mode 100644 index 00000000000..400623c8872 --- /dev/null +++ b/x11/gnome-core/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.9 2002/04/11 01:31:02 jlam Exp $ + +--- omf-install/Makefile.in.orig Wed Apr 10 14:05:14 2002 ++++ omf-install/Makefile.in +@@ -194,7 +194,7 @@ + l = @l@ + + omf_dest_dir = $(datadir)/omf/gnome-core +-scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper ++scrollkeeper_localstate_dir = `$(SCROLLKEEPER_CONFIG) --pkglocalstatedir` + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = -- cgit v1.2.3