Fixed the naming convention of the DEB packages to be the same as before
This commit is contained in:
parent
cb7af96017
commit
40646a6fc5
|
@ -268,8 +268,8 @@ configure_file(${CMAKE_SOURCE_DIR}/LICENSE ${CMAKE_BINARY_DIR}/License.txt COPYO
|
|||
if(NOT FDB_RELEASE)
|
||||
set(prerelease_string ".PRERELEASE")
|
||||
endif()
|
||||
set(clients-filename "foundationdb-clients-${PROJECT_VERSION}.${CURRENT_GIT_VERSION}${prerelease_string}")
|
||||
set(server-filename "foundationdb-server-${PROJECT_VERSION}.${CURRENT_GIT_VERSION}${prerelease_string}")
|
||||
set(clients-filename "foundationdb-clients_${PROJECT_VERSION}.${CURRENT_GIT_VERSION}${prerelease_string}")
|
||||
set(server-filename "foundationdb-server_${PROJECT_VERSION}.${CURRENT_GIT_VERSION}${prerelease_string}")
|
||||
|
||||
################################################################################
|
||||
# Configuration for RPM
|
||||
|
|
Loading…
Reference in New Issue