diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-06 08:30:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-06 08:30:28 +0200 |
commit | 12ff17463610e446fc6569ee1f4479be9107e38e (patch) | |
tree | 5a64a98276d5a329cb789f7e780d9ee06aebddf0 /cmake/opentrack-i18n.cmake | |
parent | f17f1a5910987654f64bdf2209ea2a8ad96f7e1e (diff) |
Revert "cmake: cleanup install prefix handling"
Fixes proto/freetrack
Issue: #983
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r-- | cmake/opentrack-i18n.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake index b924a8d8..e89f5c42 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 "${opentrack-i18n-pfx}" + DESTINATION "${CMAKE_INSTALL_PREFIX}/${opentrack-i18n-pfx}" PERMISSIONS ${opentrack-perms-file}) endforeach() endfunction() |