summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake
diff options
context:
space:
mode:
authorSebastian Faubel <sebastian@semiodesk.com>2016-07-04 08:02:41 +0000
committerSebastian Faubel <sebastian@semiodesk.com>2016-07-04 08:02:41 +0000
commitc55b258d2131bd51a1a98831324173f544cf236b (patch)
tree5717290f92a0fa9cae2a7da8d823902a40ab90ae /CMakeScripts/ConfigPaths.cmake
parentMerge with trunk. (diff)
downloadinkscape-c55b258d2131bd51a1a98831324173f544cf236b.tar.gz
inkscape-c55b258d2131bd51a1a98831324173f544cf236b.zip
Fixed locales.
(bzr r15002.1.2)
Diffstat (limited to '')
-rw-r--r--CMakeScripts/ConfigPaths.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake
index 09cd96df0..6ce849206 100644
--- a/CMakeScripts/ConfigPaths.cmake
+++ b/CMakeScripts/ConfigPaths.cmake
@@ -151,7 +151,7 @@ if(WIN32)
endif()
# Directory containing the current locale (translations).
- set(PACKAGE_LOCALE_DIR "locale")
+ set(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")
set(SHARE_INSTALL "share" CACHE STRING "Data file install path. Must be a relative path (from CMAKE_INSTALL_PREFIX), with no trailing slash.")
else(WIN32)
# TODO: check and change this to correct value: