From 083575fad08c2dae525daf9f060ba3fb1c43bfec Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 15 Mar 2019 01:53:59 +0100 Subject: Improve deb generation and install scripts --- CMakeScripts/ConfigPaths.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeScripts/ConfigPaths.cmake') 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() -- cgit v1.2.3