ports/databases/tarantool/files/patch-test_CMakeLists.txt
Ruslan Makhmatkhanov 7697605885 - update to 1.4.8
PR:		170348
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2012-12-11 20:00:36 +00:00

16 lines
738 B
Text

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