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
commitb72c99a157f0f87d78722be33d5072b03e01846d (patch)
tree979b769d8d08629942b0a20c5b698fe573119766 /scripts
parent12fc3a9f38e44e1fa9571ce7a2bb95c86105f2a5 (diff)
downloadmariadb-git-b72c99a157f0f87d78722be33d5072b03e01846d.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
)