summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-test_CMakeLists.txt
blob: ae8556625c68d81acd02e4d17a2694af8637654f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- test/CMakeLists.txt.orig	2012-07-30 17:05:05.000000000 +0400
+++ test/CMakeLists.txt	2012-11-02 14:25:15.725342910 +0400
@@ -18,12 +18,9 @@ else()
     if (NOT CPACK_GENERATOR OR "${CPACK_GENERATOR}" STREQUAL "TGZ")
         install (FILES ${CMAKE_SOURCE_DIR}/test/share/tarantool_tgz.cfg
                  DESTINATION "${CMAKE_SYSCONF_DIR}"
-                 RENAME "tarantool.cfg")
+                 RENAME "tarantool.cfg.sample")
     else()
         install (FILES ${CMAKE_SOURCE_DIR}/test/share/tarantool.cfg
                  DESTINATION "${CMAKE_SYSCONF_DIR}")
     endif()
-
-    install (FILES ${CMAKE_SOURCE_DIR}/test/box/00000000000000000001.snap
-             DESTINATION "${CMAKE_LOCALSTATE_DIR}/lib/tarantool")
 endif()