On 2026/01/18 20:05, Sebastian Reitenbach wrote: > Setting CMAKE_INSTALL_SYSCONFDIR affects the compiled-in path so rtl_433 > looks for config in /usr/local/share/examples/rtl_433/rtl_433/rtl_433.conf > which doesn't even exist. > > > I had similar concerns, but grep -r SYSCONFDIR I didn't see it somewhere > used in the sources. I might have overlooked.
I used strings(1) on the binary to check, but it's here: $ ag SYSCONF.*conf CMakeLists.txt 130:# On Unix pass the SYSCONFDIR through to conf file loader src/compat_paths.c 30: paths[2] = STR_EXPAND(INSTALL_SYSCONFDIR) "/rtl_433/rtl_433.conf"; CMakeLists.txt.orig.port 130:# On Unix pass the SYSCONFDIR through to conf file loader
