mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
$NetBSD: patch-aa,v 1.4 2005/02/14 21:32:10 jmmv Exp $
|
|
|
|
--- data/Makefile.in.orig 2005-02-14 18:04:43.000000000 +0100
|
|
+++ data/Makefile.in
|
|
@@ -153,7 +153,7 @@ appdir = $(datadir)/application-registry
|
|
mimedir = $(datadir)/mime-info
|
|
mime_DATA = conglomerate.mime
|
|
|
|
-schemadir = $(sysconfdir)/gconf/schemas/
|
|
+schemadir = $(GCONF_SCHEMA_FILE_DIR)
|
|
schema_in_files = conglomerate.schemas.in
|
|
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
|
|
|