summaryrefslogtreecommitdiffstats
path: root/cmake/scripts/linux/Install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux/Install.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 36c0299..acfd3ff 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -199,7 +199,7 @@ if(ENABLE_EVENTCLIENTS)
199 COMPONENT kodi-eventclients-common) 199 COMPONENT kodi-eventclients-common)
200 200
201 # Install kodi-eventclients-common python files 201 # Install kodi-eventclients-common python files
202 file(WRITE ${CMAKE_BINARY_DIR}/packages/deb/defs.py ICON_PATH="usr/share/pixmaps/${APP_NAME_LC}/") 202 file(WRITE ${CMAKE_BINARY_DIR}/packages/deb/defs.py ICON_PATH="/usr/share/pixmaps/${APP_NAME_LC}/")
203 install(PROGRAMS ${CMAKE_BINARY_DIR}/packages/deb/defs.py 203 install(PROGRAMS ${CMAKE_BINARY_DIR}/packages/deb/defs.py
204 ${CMAKE_SOURCE_DIR}/tools/EventClients/lib/python/__init__.py 204 ${CMAKE_SOURCE_DIR}/tools/EventClients/lib/python/__init__.py
205 ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py 205 ${CMAKE_SOURCE_DIR}/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py