build(linux): honor install prefix for tray icon (#1208)
This commit is contained in:
parent
5a8b6c3ed0
commit
5ad5699456
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ elseif(UNIX)
|
|||
|
||||
if(${SUNSHINE_TRAY} STREQUAL 1)
|
||||
install(FILES "${CMAKE_SOURCE_DIR}/sunshine.svg"
|
||||
DESTINATION "/usr/share/icons")
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons")
|
||||
|
||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
|
||||
${CPACK_DEBIAN_PACKAGE_DEPENDS}, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue