maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #05078
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