From: Graham Inggs Date: Mon, 11 May 2020 19:51:27 +0000 (+0100) Subject: Fix path to help files and QT assistant X-Git-Tag: archive/raspbian/0.9.2-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8d650d99ab3c4a9c7bc7e93538625a3684184c25;p=openorienteering-mapper.git Fix path to help files and QT assistant Forwarded: no Last-Update: 2019-12-12 Install Manual and About files to /usr/share/openorienteering-mapper/doc/ instead of /usr/share/doc/openorienteering-mapper/. Last-Update: 2019-12-12 Gbp-Pq: Name fix-help-data-dir.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 91723a7..b9c5f2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ else() # LINUX and alike set(MAPPER_RUNTIME_DESTINATION "bin") set(MAPPER_LIBRARY_DESTINATION "lib/${Mapper_PACKAGE_NAME}") set(MAPPER_DATA_DESTINATION "share/${Mapper_PACKAGE_NAME}") - set(MAPPER_ABOUT_DESTINATION "share/doc/${Mapper_PACKAGE_NAME}") + set(MAPPER_ABOUT_DESTINATION "share/${Mapper_PACKAGE_NAME}/doc") endif() if(CMAKE_CROSSCOMPILING)