summaryrefslogtreecommitdiff
path: root/devel/GConf/patches/patch-ae
blob: ad1dc12043fbad6ba3cf536b82b9fae6fec53e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.4 2006/02/28 17:41:02 wiz Exp $

--- gconf/Makefile.in.orig	2002-03-15 04:18:42.000000000 +0000
+++ gconf/Makefile.in
@@ -614,8 +614,8 @@ install-exec-local:
 	(cd $(DESTDIR)$(bindir) && $(LN_S) -f gconftool-$(MAJOR_VERSION) gconftool)
 
 install-data-local:
-	-mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)
-	$(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path
+	-mkdir -p $(DESTDIR)$(datadir)/examples/gconf
+	$(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/gconf
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.