CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b97b812..dee49f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,6 @@ target_link_libraries(thunar-dropbox ${GIO_LIBRARIES}) # Installation install(TARGETS thunar-dropbox - DESTINATION "lib/thunarx-3") + DESTINATION "${LIB_DESTINATION}/thunarx-3") install(FILES "data/icons/hicolor/16x16/apps/thunar-dropbox.png" - DESTINATION "share/icons/hicolor/16x16/apps") \ No newline at end of file + DESTINATION "share/icons/hicolor/16x16/apps")