Corrected debian package generation

This commit is contained in:
Nav
2023-01-16 19:17:44 +00:00
parent 5fe8acf758
commit b0b6e20e53
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
RELEASE_DIR=@CMAKE_BINARY_DIR@/packaging/tmp/deb;
BLOOM_INSTALLATION_PREFIX=/opt/bloom/
BLOOM_INSTALLATION_DIR=${RELEASE_DIR}./${BLOOM_INSTALLATION_PREFIX}
BLOOM_INSTALLATION_DIR=${RELEASE_DIR}/${BLOOM_INSTALLATION_PREFIX}
BLOOM_PACKAGE_PATH=@CMAKE_BINARY_DIR@/packaging/@BLOOM_PACKAGE_FILE_NAME@.deb
if [ ! -f @CMAKE_BINARY_DIR@/bin/bloom ]; then