ports/databases/tarantool/files/patch-test_CMakeLists.txt
Veniamin Gvozdikov 9ca46bc484 - Update to 1.5.1
- Added plugins support
- Removed static build, doesn't work more details:
https://github.com/tarantool/tarantool/issues/19
- Added patch from devel/libev

Approved by:	eadler (mentor)
2013-10-03 22:12:08 +00:00

11 lines
519 B
Text

--- test/CMakeLists.txt.orig 2013-09-08 19:12:21.819118224 +0000
+++ test/CMakeLists.txt 2013-09-08 19:13:09.021114858 +0000
@@ -22,7 +22,5 @@ if (ENABLE_RPM)
else()
install (FILES ${CMAKE_SOURCE_DIR}/test/share/tarantool_tgz.cfg
DESTINATION "${CMAKE_SYSCONF_DIR}"
- RENAME "tarantool.cfg")
- install (FILES ${CMAKE_SOURCE_DIR}/test/box/00000000000000000001.snap
- DESTINATION "${CMAKE_LOCALSTATE_DIR}/lib/tarantool")
+ RENAME "tarantool.cfg.sample")
endif()