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

fixed taking getDebianBuildVersion from the wrong directory

parent 180534e5
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ cd ${BUILD_DIR_NAME}
CODENAME=`lsb_release -c | sed "{s/Codename:\s*//}"`
#Obtain build version
BUILD_VERSION=`"$(dirname \"$0\")/getDebianBuildVersion"` || exit 1
BUILD_VERSION=`"@CMAKE_SOURCE_DIR@/cmake/getDebianBuildVersion"` || exit 1
#Before building the package we will update the changelog. This is easier from a shell script
#because debchange does the right format and the current date, user name and email automatically for us.
......
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