Skip to content

Commit 459c440

Browse files
committed
fix(cmake): install container plugin in the right dir
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 21944f7 commit 459c440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/container_plugin.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if(UNIX AND NOT APPLE)
4444

4545
install(
4646
FILES "${CONTAINER_LIBRARY}"
47-
DESTINATION local/share/sysdig/plugins
47+
DESTINATION share/sysdig/plugins
4848
COMPONENT "${SYSDIG_COMPONENT_NAME}"
4949
)
5050
endif()

0 commit comments

Comments
 (0)