Re: [Discuss-gnuradio] gnuradio/conf.d in the wrong prefix

2013-01-30 Thread Martin Braun (CEL)
Josh, you need to set SYSCONFDIR separately from CMAKE_INSTALL_PREFIX. MB On Tue, Jan 29, 2013 at 10:52:30PM -0600, Josh Blum wrote: I configured gr 3.6.4 to install in my prefix /opt/usr, and I caught the installer putting the conf stuff in /usr/local anyways. I wasnt sure if this was the

Re: [Discuss-gnuradio] gnuradio/conf.d in the wrong prefix

2013-01-30 Thread Tom Rondeau
On Wed, Jan 30, 2013 at 8:05 AM, Martin Braun (CEL) martin.br...@kit.eduwrote: Josh, you need to set SYSCONFDIR separately from CMAKE_INSTALL_PREFIX. MB SYSCONFDIR should default to ${CMAKE_INSTALL_PREFIX}/etc unless otherwise set. Most likely, it was already set somewhere else and you

[Discuss-gnuradio] gnuradio/conf.d in the wrong prefix

2013-01-29 Thread Josh Blum
I configured gr 3.6.4 to install in my prefix /opt/usr, and I caught the installer putting the conf stuff in /usr/local anyways. I wasnt sure if this was the intention, since there was some ramblings about FHS, and /etc stuff cmake ~/src/gnuradio/ -DCMAKE_BUILD_TYPE=Release