diff options
| author | Sebastian Faubel <sebastian@semiodesk.com> | 2016-07-04 08:02:41 +0000 |
|---|---|---|
| committer | Sebastian Faubel <sebastian@semiodesk.com> | 2016-07-04 08:02:41 +0000 |
| commit | c55b258d2131bd51a1a98831324173f544cf236b (patch) | |
| tree | 5717290f92a0fa9cae2a7da8d823902a40ab90ae /CMakeScripts/ConfigPaths.cmake | |
| parent | Merge with trunk. (diff) | |
| download | inkscape-c55b258d2131bd51a1a98831324173f544cf236b.tar.gz inkscape-c55b258d2131bd51a1a98831324173f544cf236b.zip | |
Fixed locales.
(bzr r15002.1.2)
Diffstat (limited to '')
| -rw-r--r-- | CMakeScripts/ConfigPaths.cmake | 2 |
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: |
