summaryrefslogtreecommitdiff
path: root/devel/GConf/patches/patch-ac
blob: ac003f91c2b7e31094540be1989e0f09aab2ae15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.9 2007/09/21 12:58:14 wiz Exp $

--- gconf/Makefile.in.orig	2006-10-05 12:54:51.000000000 +0000
+++ gconf/Makefile.in
@@ -818,8 +818,8 @@ default.path: $(srcdir)/default.path.in
 		<$(srcdir)/default.path.in >default.path
 
 install-data-local: default.path
-	$(mkinstalldirs) $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)
-	$(INSTALL_DATA) default.path $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path
+	$(mkinstalldirs) $(DESTDIR)$(datadir)/examples/GConf
+	$(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/GConf/path
 
 uninstall-local:
 	rm -f $(DESTDIR)$(sysgconfdir)/$(MAJOR_VERSION)/path