@cryptotaxi247 / netdata-1 / commits / 0a2459f20

Use correct path for package files. (#17793)

vkalintiris committed May 31, 2024 at 15:22 UTC 0a2459f208f545076287e5710838265539537cb4
1 file changed +1 -1
CMakeLists.txt
+1 -1
@@ -231,7 +231,7 @@ if(NEED_PROTOBUF)
231 endif()
232 endif()
233
234 -set(PKG_FILES_PATH "packaging/cmake/pkg-files")
234 +set(PKG_FILES_PATH "${CMAKE_SOURCE_DIR}/packaging/cmake/pkg-files")
235
236 if(ENABLE_PLUGIN_EBPF)
237 include(NetdataLibBPF)