summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-i18n.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-08-01 14:55:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-08-01 14:55:49 +0200
commit03236ba81d6c85a26695968e5e4e266a18991362 (patch)
treebfeda31bae9edc3b8f1b9edbd75bfaa9857db57d /cmake/opentrack-i18n.cmake
parent9a308f07242d6ad996afdcd07c79abfe30293c8b (diff)
cmake: cleanup install prefix handling
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r--cmake/opentrack-i18n.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake
index e89f5c42..b924a8d8 100644
--- a/cmake/opentrack-i18n.cmake
+++ b/cmake/opentrack-i18n.cmake
@@ -92,7 +92,7 @@ function(otr_merge_translations)
add_dependencies(i18n-lrelease ${target-name})
install(FILES "${qm-output}"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/${opentrack-i18n-pfx}"
+ DESTINATION "${opentrack-i18n-pfx}"
PERMISSIONS ${opentrack-perms-file})
endforeach()
endfunction()