summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-test_CMakeLists.txt
blob: 13dfc9b14b51708347854f7ed1c7b73f0e6038d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- test/CMakeLists.txt.orig	2013-11-22 15:05:16.000000000 +0400
+++ test/CMakeLists.txt	2013-11-22 19:07:51.591802946 +0400
@@ -16,7 +16,7 @@
 macro(install_cfg type_cfg dest)
     install (FILES ${CMAKE_SOURCE_DIR}/test/share/tarantool_${type_cfg}.cfg
              DESTINATION ${dest}
-             RENAME "tarantool.cfg")
+             RENAME "tarantool.cfg.sample")
 endmacro(install_cfg)
 
 if (ENABLE_RPM)
@@ -31,5 +31,5 @@
     endif()
 
     install (FILES ${CMAKE_SOURCE_DIR}/test/box/00000000000000000001.snap
-             DESTINATION "${CMAKE_LOCALSTATE_DIR}/lib/tarantool")
+             DESTINATION "${CMAKE_LOCALSTATE_DIR}")
 endif()