From 2ea849e4fab52d0b7baf5e2f3bc18a3169be44eb Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 3 Aug 2021 23:39:42 +0200 Subject: Use CMAKE_INSTALL_FULL_*DIR locations for installation --- data/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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" ) -- cgit v1.2.3