blob: dcedc653445ff2ff8d166c1af4165bf3565c87e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2008/10/31 13:55:30 wiz Exp $
--- Makefile.in.orig 2008-10-31 13:46:35.000000000 +0000
+++ Makefile.in
@@ -299,7 +299,7 @@ DISTCLEANFILES = \
intltool-update
schema_in_files = nst.schemas.in
-schemadir = $(sysconfdir)/gconf/schemas
+schemadir = $(prefix)/share/gconf/schemas
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|