diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-03-15 00:53:59 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-03-15 00:53:59 +0000 |
| commit | 083575fad08c2dae525daf9f060ba3fb1c43bfec (patch) | |
| tree | 0531d07deaf29456866de3444c520af25dcf3317 /CMakeScripts/ConfigPaths.cmake | |
| parent | Place vertical iconified docks to the right of dock (diff) | |
| download | inkscape-083575fad08c2dae525daf9f060ba3fb1c43bfec.tar.gz inkscape-083575fad08c2dae525daf9f060ba3fb1c43bfec.zip | |
Improve deb generation and install scripts
Diffstat (limited to '')
| -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() |
