Skip to content
Snippets Groups Projects
Commit d09c7550 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix bootstrap.snap installation in RPM target

parent 10946cdf
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ endmacro(install_cfg)
if (ENABLE_RPM)
install_cfg(rpm ${CMAKE_INSTALL_SYSCONFDIR}/tarantool/)
install (FILES ${CMAKE_SOURCE_DIR}/src/bootstrap.snap
DESTINATION ${CMAKE_INSTALL_DATADIR}/tarantool)
DESTINATION ${CMAKE_INSTALL_DATADIR}/tarantool
RENAME 00000000000000000001.snap)
else()
if (TARGET_OS_DARWIN)
install_cfg(dmg ${CMAKE_INSTALL_SYSCONFDIR})
......@@ -30,5 +31,6 @@ else()
install_cfg(tgz ${CMAKE_INSTALL_SYSCONFDIR})
endif()
install (FILES ${CMAKE_SOURCE_DIR}/src/bootstrap.snap
DESTINATION "${CMAKE_INSTALL_LOCALSTATEDIR}/lib/tarantool")
DESTINATION "${CMAKE_INSTALL_LOCALSTATEDIR}/lib/tarantool"
RENAME 00000000000000000001.snap)
endif()
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