Skip to content

Commit

Permalink
cd: add missing file to install target
Browse files Browse the repository at this point in the history
`version.lua` is missing in RPM package.
packpack packs the result of executing `make install` on the target.
  • Loading branch information
0x501D committed Jul 31, 2023
1 parent 16e3b74 commit 51b3cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/util.lua
DESTINATION ${TARANTOOL_INSTALL_LUADIR}/${PROJECT_NAME}/)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/abstract.lua
DESTINATION ${TARANTOOL_INSTALL_LUADIR}/${PROJECT_NAME}/)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/version.lua
DESTINATION ${TARANTOOL_INSTALL_LUADIR}/${PROJECT_NAME}/)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/abstract/state.lua
DESTINATION ${TARANTOOL_INSTALL_LUADIR}/${PROJECT_NAME}/abstract)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/abstract/queue_session.lua
Expand Down

0 comments on commit 51b3cf8

Please sign in to comment.