diff options
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/CMakeLists.txt b/src/plugins/relay/CMakeLists.txt index a33df99ac..a98545c79 100644 --- a/src/plugins/relay/CMakeLists.txt +++ b/src/plugins/relay/CMakeLists.txt @@ -49,4 +49,4 @@ endif() target_link_libraries(relay ${LINK_LIBS} coverage_config) -install(TARGETS relay LIBRARY DESTINATION ${LIBDIR}/plugins) +install(TARGETS relay LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins) |