blob: 5d57146eec7f831f6c04b4d33dff761c37d0207e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 2008/10/28 23:38:33 wiz Exp $
--- gconf/Makefile.in.orig 2008-02-15 20:11:59.000000000 +0000
+++ gconf/Makefile.in
@@ -259,7 +259,7 @@ top_srcdir = @top_srcdir@
EXTRA_DIST = \
gnotime.schemas.in
-schemasdir = $(sysconfdir)/gconf/schemas
+schemasdir = $(GCONF_SCHEMAS_DIR)
schemas_in_files = gnotime.schemas.in
schemas_DATA = gnotime.schemas
all: all-am
|