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
On Wed, Jan 30, 2013 at 8:05 AM, Martin B. (CEL) [email protected]wrote:
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
CMakeCache.txt
file saw that and used the pre-set version. You’d have to explicitly set
that variable now (or wipe away your cache file and reconfigure).
Tom
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.