build(linux): honor install prefix for tray icon (#1208)
This commit is contained in:
@@ -944,7 +944,7 @@ elseif(UNIX)
|
|||||||
|
|
||||||
if(${SUNSHINE_TRAY} STREQUAL 1)
|
if(${SUNSHINE_TRAY} STREQUAL 1)
|
||||||
install(FILES "${CMAKE_SOURCE_DIR}/sunshine.svg"
|
install(FILES "${CMAKE_SOURCE_DIR}/sunshine.svg"
|
||||||
DESTINATION "/usr/share/icons")
|
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons")
|
||||||
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
|
set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
|
||||||
${CPACK_DEBIAN_PACKAGE_DEPENDS}, \
|
${CPACK_DEBIAN_PACKAGE_DEPENDS}, \
|
||||||
|
|||||||
Reference in New Issue
Block a user