From a1c03e0a0f2e862f57f2f733067f2c0927568b98 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 4 Aug 2021 22:46:47 +0200 Subject: Use CMAKE_INSTALL_FULL_*DIR locations for installation --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 60eb961..fb6e422 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -338,7 +338,7 @@ target_link_libraries( install( TARGETS indicator-sound-service-bin - RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/ayatana-indicator-sound/ + RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-sound/ ) if(UNITY_API_FOUND) -- cgit v1.2.3