mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
474 B
Plaintext
14 lines
474 B
Plaintext
$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
|