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 | b72c99a157f0f87d78722be33d5072b03e01846d (patch) | |
tree | 979b769d8d08629942b0a20c5b698fe573119766 /scripts | |
parent | 12fc3a9f38e44e1fa9571ce7a2bb95c86105f2a5 (diff) | |
download | mariadb-git-b72c99a157f0f87d78722be33d5072b03e01846d.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 ) |