Skip to content

Commit

Permalink
packaging: add missing debian conffiles (#6444)
Browse files Browse the repository at this point in the history
Fixes #6377

Signed-off-by: Nick Brown <[email protected]>

Signed-off-by: Nick Brown <[email protected]>
  • Loading branch information
nickbroon authored Nov 25, 2022
1 parent d453738 commit 3e2622c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ if(DPKG_PROGRAM)
set(CPACK_DEBIAN_RUNTIME_PACKAGE_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_DEBIAN_RUNTIME_FILE_NAME "${CPACK_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}_${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}.deb")
set(CPACK_DEBIAN_RUNTIME_PACKAGE_CONTROL_EXTRA
${CMAKE_CURRENT_SOURCE_DIR}/debian/conffiles
${PROJECT_SOURCE_DIR}/cpack/debian/conffiles
)

if(FLB_RUN_LDCONFIG)
Expand Down
3 changes: 3 additions & 0 deletions cpack/debian/conffiles
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/etc/fluent-bit/parsers.conf
/etc/fluent-bit/plugins.conf
/etc/fluent-bit/fluent-bit.conf

0 comments on commit 3e2622c

Please sign in to comment.