Message ID | 20230809064441.2002194-2-gioele@svario.it (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | configure.ac: Install D-Bus policy in /usr/share, not /etc | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=774386 ---Test result--- Test Summary: CheckPatch PASS 0.74 seconds GitLint PASS 0.55 seconds BuildEll PASS 27.73 seconds BluezMake PASS 872.97 seconds MakeCheck PASS 12.16 seconds MakeDistcheck PASS 156.44 seconds CheckValgrind PASS 257.54 seconds CheckSmatch PASS 345.07 seconds bluezmakeextell PASS 104.25 seconds IncrementalBuild PASS 1428.82 seconds ScanBuild PASS 1060.13 seconds --- Regards, Linux Bluetooth
diff --git a/configure.ac b/configure.ac index bc7edfcd3..5348bf3c2 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ AC_ARG_WITH([dbusconfdir], AS_HELP_STRING([--with-dbusconfdir=DIR], [path_dbusconfdir=${withval}]) if (test -z "${path_dbusconfdir}"); then AC_MSG_CHECKING([D-Bus configuration directory]) - path_dbusconfdir="`$PKG_CONFIG --variable=sysconfdir dbus-1`" + path_dbusconfdir="`$PKG_CONFIG --variable=datadir dbus-1`" if (test -z "${path_dbusconfdir}"); then AC_MSG_ERROR([D-Bus configuration directory is required]) fi