Skip to content

Commit

Permalink
fix(scripts): copy falco-probe-loader during packages build
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
leodido and fntlnz committed Nov 14, 2019
1 parent 6ede7bd commit 885e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ file(COPY "${PROJECT_SOURCE_DIR}/scripts/rpm/falco"
DESTINATION "${PROJECT_BINARY_DIR}/scripts/rpm")

if(CMAKE_SYSTEM_NAME MATCHES "Linux")
install(PROGRAMS ${PROJECT_BINARY_DIR}/scripts/falco-probe-loader
install(PROGRAMS ${PROJECT_SOURCE_DIR}/scripts/falco-probe-loader
DESTINATION ${FALCO_BIN_DIR})
endif()

0 comments on commit 885e131

Please sign in to comment.