aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-08-03 23:39:42 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-04 16:05:30 +0200
commit2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb (patch)
tree47ab5eff204d43c790f2db4ce2e18c1ab92fff08 /src
parent3675599ecfc3320f97057057da46e78b95d362bb (diff)
downloadayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.tar.gz
ayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.tar.bz2
ayatana-indicator-bluetooth-2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb.zip
Use CMAKE_INSTALL_FULL_*DIR locations for installation
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ab71b9d..90a4732 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -168,7 +168,7 @@ target_link_libraries(
install(
TARGETS ayatana-indicator-bluetooth-service-bin
- RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/ayatana-indicator-bluetooth/
+ RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-bluetooth/
)
# coverage reporting