summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-06-30 18:47:42 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-06-30 18:47:42 +0100
commitf342706ccda6480763bd36bb2e529798ee377869 (patch)
tree979b769d8d08629942b0a20c5b698fe573119766 /scripts
parent18cd34153c857d54edaee48b077a328e6e557167 (diff)
downloadmariadb-git-f342706ccda6480763bd36bb2e529798ee377869.tar.gz
Put mysqlbug back into bin/
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/CMakeLists.txt7
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
)