diff options
author | Robert Tari <robert@tari.in> | 2021-08-04 22:46:47 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-05 08:02:44 +0200 |
commit | a1c03e0a0f2e862f57f2f733067f2c0927568b98 (patch) | |
tree | 2be6cd352faf71d9af95e9ce4b1c6319df6e88cb /src/CMakeLists.txt | |
parent | ca5dc697b17b4cb724dc5b82fa8410621a74a11a (diff) | |
download | ayatana-indicator-sound-a1c03e0a0f2e862f57f2f733067f2c0927568b98.tar.gz ayatana-indicator-sound-a1c03e0a0f2e862f57f2f733067f2c0927568b98.tar.bz2 ayatana-indicator-sound-a1c03e0a0f2e862f57f2f733067f2c0927568b98.zip |
Use CMAKE_INSTALL_FULL_*DIR locations for installation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |