diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ee9c0a7747971ce06edac42c0dbd952743581ce..e1f3d7e14fc1058bb3d1a264541de77152018e4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ add_subdirectory(doc EXCLUDE_FROM_ALL) add_subdirectory(extra) install (FILES README LICENSE doc/box-protocol.txt - DESTINATION doc) + DESTINATION share/doc/tarantool) include (cmake/tarantool_cpack.cmake) # diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d28630b1666c0940ba9b39643880a97c70930a10..a6523e13092572e8efaa3fe8b8be1d35bb0dc1d3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,6 +6,6 @@ add_subdirectory(box) add_subdirectory(connector_c) install (FILES ${CMAKE_SOURCE_DIR}/test/box/tarantool.cfg - DESTINATION bin) + DESTINATION etc) install (FILES ${CMAKE_SOURCE_DIR}/test/box/00000000000000000001.snap - DESTINATION bin) + DESTINATION var/lib/tarantool)