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

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to