mirror of https://github.com/Icinga/icinga2.git
Make sure the livestatus module works when the compat module is disabled
refs #7794
This commit is contained in:
parent
4e5649f0d7
commit
f280452b6d
|
@ -52,5 +52,7 @@ install_if_not_exists(
|
|||
${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available
|
||||
)
|
||||
|
||||
install(CODE "file(MAKE_DIRECTORY \"\$ENV{DESTDIR}${ICINGA2_RUNDIR}/icinga2/cmd\")")
|
||||
|
||||
install(TARGETS livestatus RUNTIME DESTINATION ${CMAKE_INSTALL_SBINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/icinga2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue