Skip to content

Commit

Permalink
fixing bug introduced in a4f0acd
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodhajski authored and tribal-tec committed Jun 12, 2019
1 parent a4f0acd commit 8b69d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if(CPACK_GENERATOR STREQUAL "DEB")
include(LSBInfo)
if (${LSB_CODENAME} STREQUAL "bionic")
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}")
elseif()
else()
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}~${LSB_CODENAME}")
endif()
endif()
Expand Down

0 comments on commit 8b69d72

Please sign in to comment.