diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:23:35 +0200 |
| commit | cf85cccfdb1aa57b6246641f606563288e0870e5 (patch) | |
| tree | 06b9d173bf466d555d99803d1bce388e666444e5 /cmake/scripts/linux | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-Leia.tar.gz kodi-pvr-build-Leia.tar.bz2 kodi-pvr-build-Leia.zip | |
sync with upstreamLeia
Diffstat (limited to 'cmake/scripts/linux')
| -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 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) |
| 272 | endif() | 272 | endif() |
| 273 | 273 | ||
| 274 | # Install XBT skin files | 274 | # Install XBT skin files |
