diff --git a/cmake/tarantool_cpack.cmake b/cmake/tarantool_cpack.cmake index 1064254766c40777bd18ce474e4b8ba26febafc0..58ea6701f952770f2a03fddef2e971d04e8d0d1c 100644 --- a/cmake/tarantool_cpack.cmake +++ b/cmake/tarantool_cpack.cmake @@ -16,6 +16,7 @@ stored procedures in Lua.") set (CPACK_RPM_PACKAGE_SUMMARY "Tarantool/Box - an efficient in-memory data store") set (CPACK_RPM_PACKAGE_GROUP "Databases") set (CPACK_RPM_POST_INSTALL_SCRIPT_FILE "${CMAKE_SOURCE_DIR}/cmake/rpm_post_install.sh") + set (CPACK_RPM_SPEC_INSTALL_POST /bin/true) set (CPACK_SET_DESTDIR "ON") set (CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") else()