summaryrefslogtreecommitdiff
path: root/databases/tarantool/files/patch-test_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tarantool/files/patch-test_CMakeLists.txt')
-rw-r--r--databases/tarantool/files/patch-test_CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/tarantool/files/patch-test_CMakeLists.txt b/databases/tarantool/files/patch-test_CMakeLists.txt
deleted file mode 100644
index 13dfc9b14b51..000000000000
--- a/databases/tarantool/files/patch-test_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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()