We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dcd90 commit 827bd45Copy full SHA for 827bd45
CMakeLists.txt
@@ -165,9 +165,8 @@ include(container_plugin)
165
# Install the plugin
166
install(
167
FILES "${PROJECT_BINARY_DIR}/container_plugin-prefix/src/libcontainer.so"
168
- DESTINATION "${FALCO_ABSOLUTE_SHARE_DIR}/plugins"
169
- COMPONENT "${FALCO_COMPONENT_NAME}"
170
-)
+ DESTINATION share/sysdig/plugins
+ COMPONENT "${SYSDIG_COMPONENT_NAME}")
171
# Install additional config override file to enable the container plugin
172
#if(UNIX)
173
# install(
0 commit comments