Skip to content
Snippets Groups Projects
Commit 1e37ab30 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

cpack: proper naming for source package

parent 2b8d193a
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ set (CPACK_SOURCE_IGNORE_FILES "\\\\.git" "_CPack_Packages"
"mod/box/tarantool_box"
"mod/box/tarantool_feeder" "install_manifest.txt"
"Makefile" "cmake_install.cmake" "test/var/" "\\\\.a")
set (CPACK_SOURCE_PACKAGE_FILE_NAME
"tarantool-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}-src")
set (CPACK_SOURCE_PACKAGE_FILE_NAME "tarantool-${TARANTOOL_VERSION}-src")
#
# Provide options for the binary distribution.
#
......
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