ports/databases/tarantool/files/patch-CMakeLists.txt
Veniamin Gvozdikov 83c061b97e - Update to new version
- Fixed bugs at init script
- Added auto init storage at init script
- Added more information at pkg-message
- Groupped plugins

Submitted by:	myself
2013-11-23 08:47:39 +00:00

11 lines
415 B
Text

--- 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")