diff options
-rw-r--r-- | scripts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 66bf78e110b..2ee4d116497 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -333,7 +333,7 @@ ELSE() ) ENDFOREACH() - # Create MariaDB named symlinks for tools' binaries + # Create MariaDB named symlinks for tools' binaries - should the symlinks be in their own package? CREATE_MARIADB_SYMLINK(${prefix}/${INSTALL_BINDIR}/mysql_config ${CMAKE_BINARY_DIR}/client/mariadb-config) CREATE_MARIADB_SYMLINK(${prefix}/${INSTALL_BINDIR}/mysql_setpermission ${CMAKE_BINARY_DIR}/client/mariadb-setpermission) CREATE_MARIADB_SYMLINK(${prefix}/${INSTALL_BINDIR}/mysql_secure_installation ${CMAKE_BINARY_DIR}/client/mariadb-secure-installation) |