diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-04 16:05:50 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-04 16:05:50 +0200 |
commit | b48e3161ecc15570d40874158abce9fa9da9443d (patch) | |
tree | 47ab5eff204d43c790f2db4ce2e18c1ab92fff08 | |
parent | 3675599ecfc3320f97057057da46e78b95d362bb (diff) | |
parent | 2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb (diff) | |
download | ayatana-indicator-bluetooth-b48e3161ecc15570d40874158abce9fa9da9443d.tar.gz ayatana-indicator-bluetooth-b48e3161ecc15570d40874158abce9fa9da9443d.tar.bz2 ayatana-indicator-bluetooth-b48e3161ecc15570d40874158abce9fa9da9443d.zip |
Merge branch 'tari01-pr/cmake-install-full'
Attributes GH PR #26: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/26
-rw-r--r-- | data/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index a423f5b..206ae08 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -7,7 +7,7 @@ find_package(GSettings) set( INDICATOR_DIR - "${CMAKE_INSTALL_DATADIR}/ayatana/indicators" + "${CMAKE_INSTALL_FULL_DATADIR}/ayatana/indicators" CACHE FILEPATH "Ayatana Indicators Directory" ) 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 |