From 474cc44934eb915f97dd8ba876e2256c40b4ea9a Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 13 Dec 2019 10:45:27 -0500 Subject: Default DBUS_SYS_DIR to ${datadir}/dbus-1/system.d Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2b847d5..4deeb78 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ AC_ARG_WITH(dbus-services, if ! test -z "$with_dbus_sys" ; then DBUS_SYS_DIR="$with_dbus_sys" else - DBUS_SYS_DIR='${sysconfdir}/dbus-1/system.d' + DBUS_SYS_DIR='${datadir}/dbus-1/system.d' fi AC_SUBST(DBUS_SYS_DIR) -- cgit v1.2.1