diff options
Diffstat (limited to 'pki/cmake/Modules/DefineInstallationPaths.cmake')
-rw-r--r-- | pki/cmake/Modules/DefineInstallationPaths.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pki/cmake/Modules/DefineInstallationPaths.cmake b/pki/cmake/Modules/DefineInstallationPaths.cmake index e85f4f31e..b702f67f2 100644 --- a/pki/cmake/Modules/DefineInstallationPaths.cmake +++ b/pki/cmake/Modules/DefineInstallationPaths.cmake @@ -64,6 +64,11 @@ if (UNIX) CACHE PATH "The install dir for sound files (default data/sounds)" ) + SET(JAVA_JAR_INSTALL_DIR + "${SHARE_INSTALL_PREFIX}/java" + CACHE PATH "The subdirectory relative to the install prefix where java jar files will be installed (default is prefix/share/java)" + ) + SET(LOCALE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/locale" CACHE PATH "The install dir for translations (default prefix/share/locale)" |