Skip to content

Commit

Permalink
fix(cmake): properly let falcoctl cmake module create `/usr/share/fal…
Browse files Browse the repository at this point in the history
…co/plugins/` folder.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Feb 21, 2024
1 parent b4e55ee commit 71a0d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/falcoctl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ ExternalProject_Add(
INSTALL_COMMAND "")

install(PROGRAMS "${PROJECT_BINARY_DIR}/falcoctl-prefix/src/falcoctl/falcoctl" DESTINATION "${FALCO_BIN_DIR}" COMPONENT "${FALCO_COMPONENT_NAME}")
install(DIRECTORY DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins" COMPONENT "${FALCO_COMPONENT_NAME}")

0 comments on commit 71a0d0d

Please sign in to comment.