aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorCristiano Silva <hudokkow@gmail.com>2018-06-06 13:26:28 +0100
committerGitHub <noreply@github.com>2018-06-06 13:26:28 +0100
commit3c8bee7300e46c602d3a009d380f7313e137fa9d (patch)
treefcce64b3b92cdbeb916a49da2775a3430ad2a6f8 /cmake
parentce6a35fac244f96c836fa7b5f2f2856deae74f62 (diff)
parentd71c38d520f13913b2f04c6c3e1137503cf73d9a (diff)
Merge pull request #13957 from hudokkow/eventclients_paths
Eventclients paths
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/linux/Install.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index f264f816cb..c3d9d7bd2d 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -204,7 +204,7 @@ if(ENABLE_EVENTCLIENTS)
file(WRITE ${CMAKE_BINARY_DIR}/packages/deb/defs.py ICON_PATH="usr/share/pixmaps/${APP_NAME_LC}/")
install(PROGRAMS ${CMAKE_BINARY_DIR}/packages/deb/defs.py
${CMAKE_SOURCE_DIR}/tools/EventClients/lib/python/__init__.py
- "${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py"
+ ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py
${CMAKE_SOURCE_DIR}/tools/EventClients/lib/python/xbmcclient.py
${CMAKE_SOURCE_DIR}/tools/EventClients/lib/python/zeroconf.py
DESTINATION ${PYTHON_LIB_PATH}/${APP_NAME_LC}
@@ -253,7 +253,7 @@ if(ENABLE_EVENTCLIENTS)
COMPONENT kodi-eventclients-dev)
# Install kodi-eventclients-ps3
- install(PROGRAMS "${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py"
+ install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py
RENAME ${APP_NAME_LC}-ps3remote
DESTINATION ${bindir}
COMPONENT kodi-eventclients-ps3)
@@ -266,7 +266,7 @@ if(ENABLE_EVENTCLIENTS)
endif()
# Install kodi-eventclients-xbmc-send
- install(PROGRAMS "${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/Kodi Send/kodi-send.py"
+ install(PROGRAMS ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/KodiSend/kodi-send.py
RENAME ${APP_NAME_LC}-send
DESTINATION ${bindir}
COMPONENT kodi-eventclients-xbmc-send)