← Back to team overview

maria-developers team mailing list archive

Re: how to build mariadb RPMs

 

Hi, Rich!

On Jan 24, Rich Prohaska wrote:
> Is it possible to change the MariaDB RPM install directory to be
> something like /opt/someotherplace?  I tried using
> CMAKE_INSTALL_PREFIX but it seemed to be ignored.

Set CPACK_PACKAGING_INSTALL_PREFIX, that works.
It doesn't move /etc (because /etc is specified in the
install_layout.cmake as an absolute path), but everything else will be
under your ${CPACK_PACKAGING_INSTALL_PREFIX} path.

Regards,
Sergei


Follow ups

References