summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/linux
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux')
-rw-r--r--cmake/scripts/linux/Install.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index d64b98a..221612d 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -264,11 +264,11 @@ if(ENABLE_EVENTCLIENTS)
264 COMPONENT kodi-eventclients-wiiremote) 264 COMPONENT kodi-eventclients-wiiremote)
265 endif() 265 endif()
266 266
267 # Install kodi-eventclients-xbmc-send 267 # Install kodi-eventclients-kodi-send
268 install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py 268 install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py
269 RENAME ${APP_NAME_LC}-send 269 RENAME ${APP_NAME_LC}-send
270 DESTINATION ${bindir} 270 DESTINATION ${bindir}
271 COMPONENT kodi-eventclients-xbmc-send) 271 COMPONENT kodi-eventclients-kodi-send)
272endif() 272endif()
273 273
274# Install XBT skin files 274# Install XBT skin files