blob: afd67964cc6ea1e885cdfb5035d9650082799760 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2013-11-22 16:46:37.651143426 +0400
+++ CMakeLists.txt 2013-11-22 16:50:55.948120860 +0400
@@ -147,7 +147,7 @@ if (NOT DEFINED CMAKE_SYSCONF_DIR)
set (CMAKE_SYSCONF_DIR "etc")
endif()
if (NOT DEFINED CMAKE_LOCALSTATE_DIR)
- set (CMAKE_LOCALSTATE_DIR "var")
+ set (CMAKE_LOCALSTATE_DIR "var/lib/tarantool")
endif()
if (NOT DEFINED CMAKE_MAN_DIR)
set (CMAKE_MAN_DIR "man")
|