Skip to content
Snippets Groups Projects
Commit c0e1d664 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

Bug #905938 Building out of source: doc/config/snapshot installation

path changed
parent 96d4d342
No related merge requests found
......@@ -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)
#
......
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment