Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@posteo.de>2016-09-29 23:56:59 +0300
committerJulian Ospald <hasufell@posteo.de>2016-09-29 23:56:59 +0300
commit223fef7a99661608ae7f7aef426fbd1174878080 (patch)
treef1c756a8f102f922956a0bb1352c980905a8e616 /CMakeLists.txt
parentc09f02ec77b890c6ba5331397a3eccd2c0137a1c (diff)
CMAKE: fix GNUInstallDirs usage
* fix locale install destination * fix include dir install destination * don't assume CMAKE_INSTALL_BINDIR is relative
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1bd5caa7..1f9ea3570 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,7 +125,7 @@ endif()
message(STATUS "Git Revision ${GIT_REVISION}")
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")
-set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_DATADIR}/locale")
+set(REMMINA_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}")
set(REMMINA_PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/remmina/plugins")
set(REMMINA_UIDIR "${CMAKE_INSTALL_FULL_DATADIR}/remmina/ui")