summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-03-15 00:53:59 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-03-15 00:53:59 +0000
commit083575fad08c2dae525daf9f060ba3fb1c43bfec (patch)
tree0531d07deaf29456866de3444c520af25dcf3317 /CMakeScripts/ConfigPaths.cmake
parentPlace vertical iconified docks to the right of dock (diff)
downloadinkscape-083575fad08c2dae525daf9f060ba3fb1c43bfec.tar.gz
inkscape-083575fad08c2dae525daf9f060ba3fb1c43bfec.zip
Improve deb generation and install scripts
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
-rw-r--r--CMakeScripts/ConfigPaths.cmake5
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()