aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVasyl Gello <vasek.gello@gmail.com>2020-06-27 17:00:58 +0300
committerVasyl Gello <vasek.gello@gmail.com>2020-06-28 09:16:53 +0300
commita4c6a78900e683393047cf1d43a56a508a9d292f (patch)
tree483852c065a68408f0669d60e91dd2ff082afb3a /cmake
parentf76ad6a5ab5170661f401604b21a040443a434e7 (diff)
[LINUX] Fix kodi-ps3remote exceptions
Reported in Debian: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962929 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962930 Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/linux/Install.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index 36c02999d6..acfd3ff564 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -199,7 +199,7 @@ if(ENABLE_EVENTCLIENTS)
COMPONENT kodi-eventclients-common)
# Install kodi-eventclients-common python files
- file(WRITE ${CMAKE_BINARY_DIR}/packages/deb/defs.py ICON_PATH="usr/share/pixmaps/${APP_NAME_LC}/")
+ 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/PS3BDRemote/ps3_remote.py