diff options
author | jlam <jlam> | 2002-04-11 01:31:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-11 01:31:02 +0000 |
commit | 19af490a53156e6f613f50c27ea100e453a484db (patch) | |
tree | 9e84a5da9fe9a5315ac0afece4d9e65eaf3f8044 | |
parent | e1558af9cc397e521d12088027cff7a0b1cf50e5 (diff) | |
download | pkgsrc-19af490a53156e6f613f50c27ea100e453a484db.tar.gz |
Use the correct database directory when updating with scrollkeeper so that
we don't dump core during the installation.
-rw-r--r-- | x11/gnome-core/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
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 = |