diff --git a/itl/CMakeLists.txt b/itl/CMakeLists.txt index 2ef1f18e2..d8c70b537 100644 --- a/itl/CMakeLists.txt +++ b/itl/CMakeLists.txt @@ -16,6 +16,6 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. install( - FILES itl command.conf command-icinga.conf timeperiod.conf plugins command-plugins.conf plugin-commands-manubulon.conf + FILES itl command.conf command-icinga.conf timeperiod.conf plugins command-plugins.conf command-plugins-manubulon.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include ) diff --git a/itl/plugin-commands-manubulon.conf b/itl/command-plugins-manubulon.conf similarity index 100% rename from itl/plugin-commands-manubulon.conf rename to itl/command-plugins-manubulon.conf