I'm pretty sure this doesn't happen if you start with a clean build dir. If you run cmake with -DCMAKE_INSTALL_PREFIX, all paths will be correct. Only if you re-run cmake with a new -DCMAKE_INSTALL_PREFIX, it will only update the install path, not the config path. If you're doing that, you must explicitly set SYSCONFDIR as well.
This was a clean build in a newly created build directory. -- Volker _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
