commit | 98198739abc4733ffaaf65b2197fcadbf6e8b9ed | [log] [tgz] |
---|---|---|
author | Klaus Kämpf <kkaempf@suse.de> | Wed Apr 20 13:16:36 2011 +0200 |
committer | Klaus Kämpf <kkaempf@suse.de> | Wed Apr 20 13:16:36 2011 +0200 |
tree | 077e7f2366598dc984343c759d575ffb191a87d9 | |
parent | 874b1cdd1b61b19cfacf0dcc63fb5c7a5c22e682 [diff] |
Place config files is correct directory when CMAKE_INSTALL_PREFIX is used Installation of config files is failing when PREFIX is specified. If the build and install is performed by non-root user and PREFIX is specified, the build will try to install to "/etc". It fails since non-root user has no permission. If CMAKE_INSTALL_PREFIX is /usr, then /etc stays. For any other value of CMAKE_INSTALL_PREFIX, its prefixed to /etc.