mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 00:01:00 +00:00
MDEV-37497 : galera-new-cluster is installed wrong directory in bintar
galera-new-cluster should be installed to INSTALL_BINDIR instead of INSTALL_SCRIPTDIR on bintars. Thanks to Daniel Black <daniel@mariadb.org> for fix.
This commit is contained in:
parent
1a446ccc48
commit
db64d198da
@ -236,7 +236,7 @@ IF(UNIX AND NOT WITHOUT_SERVER)
|
||||
|
||||
INSTALL_SCRIPT(
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/galera_new_cluster"
|
||||
DESTINATION ${INSTALL_SCRIPTDIR}
|
||||
DESTINATION ${INSTALL_BINDIR}
|
||||
COMPONENT Server
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user