Skip to content
Snippets Groups Projects
Commit 33ad0dac authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

replaced an old variable name with the new version

parent 5dd2a86a
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ cd debian_package
CODENAME=`lsb_release -c | sed "{s/Codename:\s*//}"`
# Obtain build version and the derived so-file and debian versions
BUILD_NUMBER=`"@CMAKE_SOURCE_DIR@/cmake/getDebianBuildVersion" @PROJECT_NAME@ @PACKAGE_MAJORMINOR_VERSION@ ${CODENAME} @PACKAGE_DEPENDENCY_VERSIONS@` || exit 1
BUILD_NUMBER=`"@CMAKE_SOURCE_DIR@/cmake/getDebianBuildVersion" @PROJECT_NAME@ @PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ ${CODENAME} @PACKAGE_DEPENDENCY_VERSIONS@` || exit 1
export PROJECT_BUILDVERSION="${CODENAME}${BUILD_NUMBER}"
DEBVERSION="@PACKAGE_MAJOR_VERSION@-@PACKAGE_MINOR_VERSION@-${PROJECT_BUILDVERSION}"
......
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