diff options
author | Diogo Santos <diogomsantos@hotmail.com> | 2018-09-26 17:48:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 17:48:23 +0100 |
commit | 7f428df8c9860104ead8b99136a6a16dbc6afb11 (patch) | |
tree | b6114135694ca739057c0216ca77379a9bc1893e | |
parent | bce36732b9bbaf55682edd698f87a2bbe7032afa (diff) |
Update Install.cmake
-rw-r--r-- | cmake/scripts/linux/Install.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index d64b98a493..221612d4ea 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake @@ -264,11 +264,11 @@ if(ENABLE_EVENTCLIENTS) COMPONENT kodi-eventclients-wiiremote) endif() - # Install kodi-eventclients-xbmc-send + # Install kodi-eventclients-kodi-send install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py RENAME ${APP_NAME_LC}-send DESTINATION ${bindir} - COMPONENT kodi-eventclients-xbmc-send) + COMPONENT kodi-eventclients-kodi-send) endif() # Install XBT skin files |