aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-05-30 18:58:30 +0100
committerh.udo <hudokkow@gmail.com>2018-05-30 18:58:30 +0100
commit6a97d9fd85c2d41121038046c3a3d1f6249f7440 (patch)
treec82c3c78b5892b11c8e1eba31ba8a3092c8bf043 /cmake
parentd0cc29115f24d2f6c23a198d8fa71b36a2e394e8 (diff)
[eventclients] Remove spaces from PS3 BD Remote path
Diffstat (limited to 'cmake')
-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 f264f816cb..f200fe2917 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)