diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 347055f42375e167096743357cccd1b341e896ae..584557724728655188f78b57a9c50ee43fff1bd1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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)