Skip to content

Commit db64d19

Browse files
janlindstromgrooverdan
authored andcommitted
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.
1 parent 1a446cc commit db64d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ IF(UNIX AND NOT WITHOUT_SERVER)
236236

237237
INSTALL_SCRIPT(
238238
"${CMAKE_CURRENT_BINARY_DIR}/galera_new_cluster"
239-
DESTINATION ${INSTALL_SCRIPTDIR}
239+
DESTINATION ${INSTALL_BINDIR}
240240
COMPONENT Server
241241
)
242242
ENDIF()

0 commit comments

Comments
 (0)