aboutsummaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/CMakeLists.txt2
1 files changed, 1 insertions, 1 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"
)