$NetBSD: patch-aa,v 1.3 2006/03/30 20:57:08 jmmv Exp $

--- bus/Makefile.in.orig	2006-02-24 17:36:50.000000000 +0100
+++ bus/Makefile.in
@@ -374,11 +374,11 @@ target_alias = @target_alias@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-configdir = $(sysconfdir)/dbus-1
+configdir = $(datadir)/examples/@PACKAGE@
 INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS)				\
 	-DDAEMON_NAME=\"dbus-daemon\"  -DDBUS_COMPILATION		\
-	-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\"	\
-	-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
+	-DDBUS_SYSTEM_CONFIG_FILE=\""$(sysconfdir)/system.conf"\"	\
+	-DDBUS_SESSION_CONFIG_FILE=\""$(sysconfdir)/session.conf"\"
 
 EFENCE = 
 CONFIG_IN_FILES = \
@@ -939,8 +939,6 @@ clean-local:
 	/bin/rm *.bb *.bbg *.da *.gcov || true
 
 install-data-hook:
-	$(mkinstalldirs) $(DESTDIR)/$(localstatedir)/run/dbus
-	$(mkinstalldirs) $(DESTDIR)/$(configdir)/system.d
 	$(mkinstalldirs) $(DESTDIR)/$(datadir)/dbus-1/services
 # 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.
