diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-30 18:47:42 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-30 18:47:42 +0100 |
commit | f342706ccda6480763bd36bb2e529798ee377869 (patch) | |
tree | 979b769d8d08629942b0a20c5b698fe573119766 /scripts | |
parent | 18cd34153c857d54edaee48b077a328e6e557167 (diff) | |
download | mariadb-git-f342706ccda6480763bd36bb2e529798ee377869.tar.gz |
Put mysqlbug back into bin/
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index e2a39dcf814..025bce0bbcf 100755 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -178,11 +178,8 @@ ENDIF() CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysqlbug.sh ${CMAKE_CURRENT_BINARY_DIR}/mysqlbug ESCAPE_QUOTES @ONLY) - SET(DEST ${INSTALL_SCRIPTDIR}) - -INSTALL_SCRIPT( - "${CMAKE_CURRENT_BINARY_DIR}/mysqlbug" - DESTINATION ${DEST} +INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DIR}/mysqlbug + DESTINATION ${INSTALL_BINDIR} COMPONENT Server ) |