Hi,<br><br>Here&#39;s the situation:<br><br>Install is performed according to the ${CMAKE_INSTALL_PREFIX}:<br><br>install( FILES ${someFile) DESTINATION ${someRelativePath} )<br><br>This works great and don&#39;t need admin rights to &quot;make package&quot;.<br>
<br>The problem is that I can&#39;t install anything in /etc without redefining the CMAKE_INSTALL_PREFIX to &quot;/&quot; or I need admin right to &quot;make package&quot;.<br><br>This is a very ugly hack IMHO.<br><br>Any other workaround ?<br>
<br>Cheers,<br>FĂ©lix<br>