From a1c03e0a0f2e862f57f2f733067f2c0927568b98 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 4 Aug 2021 22:46:47 +0200 Subject: Use CMAKE_INSTALL_FULL_*DIR locations for installation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4905022..49c193f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(UseVala) option (enable_tests "Build the package's automatic tests." ON) set(GETTEXT_PACKAGE "ayatana-indicator-sound") -set(LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale") +set(LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}") add_definitions( -DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}" ) set(SOURCE_DIR "${CMAKE_SOURCE_DIR}/src") -- cgit v1.2.3