diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-12 21:06:24 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-12 21:06:24 +0000 |
| commit | 90f9542cbcee8e99d3be7f11ce594ae65b6cb16d (patch) | |
| tree | 77eb185f353ef9d554629d9245f79d2f52870211 /CMakeScripts/ConfigPaths.cmake | |
| parent | Updated icelandic translation is.po (diff) | |
| download | inkscape-90f9542cbcee8e99d3be7f11ce594ae65b6cb16d.tar.gz inkscape-90f9542cbcee8e99d3be7f11ce594ae65b6cb16d.zip | |
Fix install location of .mo files
.mo files were copied to e.g. "en.mo" instead of "inkscape.mo"
This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600
as there was one tiny customization in our copy of FindGettext.cmake
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
| -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 e10625294..dd45ccf1c 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -8,7 +8,7 @@ if(WIN32) set(INKSCAPE_DATADIR "") # can be set via the environment variable INKSCAPE_DATADIR at runtime - set(PACKAGE_LOCALE_DIR "\\\\share\\\\locale") + set(PACKAGE_LOCALE_DIR "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.") set(INKSCAPE_SHARE_INSTALL "${SHARE_INSTALL}") # share/inkscape goes directly into /share on Windows |
