Skip to content

Commit

Permalink
Further fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed May 3, 2024
1 parent 4d3fb41 commit a9a99d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/cmake/Modules/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ function(netdata_declare_package)

if(DEFINED DECL_PKG_OPTION_NAME)
if(${DECL_PKG_OPTION_NAME})
list(APPEND CPACK_COMPONENTS_ALL ${DECL_PKG_NAME})
list(APPEND CPACK_COMPONENTS_ALL ${DECL_PKG_COMPONENT})
endif()
else()
list(APPEND CPACK_COMPONENTS_ALL ${DECL_PKG_NAME})
list(APPEND CPACK_COMPONENTS_ALL ${DECL_PKG_COMPONENT})
endif()

set(CPACK_COMPONENTS_ALL "${CPACK_COMPONENTS_ALL}" PARENT_SCOPE)
Expand Down Expand Up @@ -193,7 +193,7 @@ netdata_declare_package(
SUGGESTS iw sudo
)

set(CPACK_DEBIAN_PLUGIN-CHARTSD_PACKAGE_CONFLICTS "netdata (<< 1.40")
set(CPACK_DEBIAN_PLUGIN-CHARTSD_PACKAGE_CONFLICTS "netdata (<< 1.40)")

#
# cups.plugin
Expand Down

0 comments on commit a9a99d3

Please sign in to comment.