From 38475939c4e1998f0cf5dfc9e8d1950e4231a0fd Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Thu, 18 Sep 2014 23:07:13 +0300 Subject: [PATCH] change install dir to /usr/local/skysql/maxscale --- macros.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.cmake b/macros.cmake index 5fd5ab8a1..cf094508a 100644 --- a/macros.cmake +++ b/macros.cmake @@ -11,7 +11,7 @@ endmacro() macro(set_variables) # Installation directory - set(INSTALL_DIR "/usr/local/skysql/" CACHE PATH "MaxScale installation directory.") + set(INSTALL_DIR "/usr/local/skysql/maxscale/" CACHE PATH "MaxScale installation directory.") # Build type set(BUILD_TYPE "Release" CACHE STRING "Build type, possible values are:None (no optimization), Debug, Release.") @@ -136,4 +136,4 @@ macro(check_dirs) set(DEPS_OK TRUE CACHE BOOL "If all the dependencies were found.") -endmacro() \ No newline at end of file +endmacro()