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

Fix path to bootstrap.snap in RPM target

parent 43aeab6a
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ endmacro(install_cfg)
if (ENABLE_RPM)
install_cfg(rpm ${CMAKE_INSTALL_SYSCONFDIR}/tarantool/)
install (FILES ${CMAKE_SOURCE_DIR}/src/src/bootstrap.snap
install (FILES ${CMAKE_SOURCE_DIR}/src/bootstrap.snap
DESTINATION ${CMAKE_INSTALL_DATADIR}/tarantool)
else()
if (TARGET_OS_DARWIN)
......
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