mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix typo.
This commit is contained in:
@@ -50,7 +50,7 @@ ENDFOREACH()
|
||||
|
||||
IF(UNIX)
|
||||
SET(prefix ${CMAKE_INSTALL_PREFIX})
|
||||
FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure wsrep-notify)
|
||||
FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure wsrep_notify)
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh
|
||||
${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user