summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Johansson <razze@iki.fi>2019-04-24 06:04:43 +0300
committerRasmus Johansson <razze@iki.fi>2019-04-24 06:04:43 +0300
commit53bdd5b69c14b42b8c4513edf8aa22db1fd5cb86 (patch)
tree5ba5cb802c9cef90fd437d75dea6992f7666314d
parent0b9f74e0b2a77fe043ecd8ca7ba02a535987ae10 (diff)
downloadmariadb-git-st-10.4-MDEV-17591.tar.gz
Another comment to cause a file change for buildbotst-10.4-MDEV-17591
-rw-r--r--scripts/CMakeLists.txt2
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)