diff options
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
| -rw-r--r-- | CMakeScripts/ConfigPaths.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake index dd45ccf1c..46b48cb75 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -17,9 +17,8 @@ if(WIN32) else() set(INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share") - # TODO: check and change this to correct value: if(NOT PACKAGE_LOCALE_DIR) - set(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale") # packagers might overwrite this + set(PACKAGE_LOCALE_DIR "share/locale") # packagers might overwrite this endif(NOT PACKAGE_LOCALE_DIR) if(NOT SHARE_INSTALL) @@ -28,4 +27,4 @@ else() set(INKSCAPE_SHARE_INSTALL "${SHARE_INSTALL}/inkscape") mark_as_advanced(SHARE_INSTALL) -endif()
\ No newline at end of file +endif() |
