aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/scripts/linux/Install.cmake4
-rwxr-xr-xtools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py2
-rwxr-xr-xtools/EventClients/Clients/PS3BDRemote/ps3_remote.py (renamed from tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py)0
3 files changed, 3 insertions, 3 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)
diff --git a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py
index defc6494a5..254a17961c 100755
--- a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py
+++ b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py
@@ -25,7 +25,7 @@ import threading
import os
if os.path.exists("../../lib/python"):
- sys.path.append("../PS3 BD Remote")
+ sys.path.append("../PS3BDRemote")
sys.path.append("../../lib/python")
from bt.hid import HID
from bt.bt import bt_lookup_name
diff --git a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py b/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py
index e902bb8519..e902bb8519 100755
--- a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py
+++ b/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py