$OpenBSD: patch-tools_Makefile_in,v 1.17 2012/07/05 07:19:48 ajacoutot Exp $ --- tools/Makefile.in.orig Wed Jun 27 18:49:59 2012 +++ tools/Makefile.in Thu Jul 5 07:48:13 2012 @@ -358,7 +358,7 @@ AM_CPPFLAGS = \ $(DBUS_STATIC_BUILD_CPPFLAGS) \ $(DBUS_X_CFLAGS) \ -DDBUS_COMPILATION \ - -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \ + -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/db/dbus/machine-id"\" \ $(NULL) @@ -756,12 +756,12 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binPROGRAMS -# create the /var/lib/dbus directory for dbus-uuidgen +# create the /var/db/dbus directory for dbus-uuidgen install-data-local: - $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus + $(MKDIR_P) $(DESTDIR)$(localstatedir)/db/dbus installcheck-local: - test -d $(DESTDIR)$(localstatedir)/lib/dbus + test -d $(DESTDIR)$(localstatedir)/db/dbus # 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.