blob: 089fa6171a8057ada899e23cec31cb4d376f455f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2009/01/08 00:22:46 jmcneill Exp $
--- data/Makefile.in.orig 2009-01-06 23:40:21.000000000 -0500
+++ data/Makefile.in
@@ -293,7 +293,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
NULL =
SUBDIRS = icons
-schemadir = $(sysconfdir)/gconf/schemas
+schemadir = $(PREFIX)/share/gconf/schemas
schema_in_files = gnome-packagekit.schemas.in
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
desktopdir = $(datadir)/applications
|