diff options
author | Robert Tari <robert@tari.in> | 2021-08-03 23:39:42 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-04 16:05:30 +0200 |
commit | 2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb (patch) | |
tree | 47ab5eff204d43c790f2db4ce2e18c1ab92fff08 /data | |
parent | 3675599ecfc3320f97057057da46e78b95d362bb (diff) | |
download | ayatana-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.txt | 2 |
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" ) |