File kodi-install.patch of Package kodi (Revision e30e90a041431ddd04cbaf2ea71c8771)

Currently displaying revision e30e90a041431ddd04cbaf2ea71c8771 , Show latest

21
 
1
--- cmake/scripts/linux/Install.cmake.orig  2018-11-11 21:01:16.067160310 +0200
2
+++ cmake/scripts/linux/Install.cmake   2018-11-13 08:42:56.792425432 +0200
3
@@ -61,7 +61,7 @@
4
 # Install scripts
5
 install(PROGRAMS ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/scripts/${APP_NAME_LC}
6
                  ${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/scripts/${APP_NAME_LC}-standalone
7
-        DESTINATION ${bindir}
8
+        DESTINATION ${bindir}
9
         COMPONENT kodi-bin)
10
 
11
 # Install libraries
12
@@ -131,7 +131,7 @@
13
 install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserver.xml
14
               ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-http.xml
15
               ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-jsonrpc.xml
16
-        DESTINATION ${prefix}/lib/firewalld/services
17
+         DESTINATION ${libdir}/firewalld/services
18
         COMPONENT kodi)
19
 
20
 # Install docs
21