Skip to content

Commit 827bd45

Browse files
committed
install container plugin in correct location
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent a1dcd90 commit 827bd45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,8 @@ include(container_plugin)
165165
# Install the plugin
166166
install(
167167
FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
168-
DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
169-
COMPONENT "${FALCO_COMPONENT_NAME}"
170-
)
168+
DESTINATION share/sysdig/plugins
169+
COMPONENT "${SYSDIG_COMPONENT_NAME}")
171170
# Install additional config override file to enable the container plugin
172171
#if(UNIX)
173172
# install(

0 commit comments

Comments
 (0)