From: Graham Inggs Date: Mon, 11 Jan 2021 10:50:08 +0000 (+0000) Subject: Fix path to help files and QT assistant X-Git-Tag: archive/raspbian/0.9.4-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=200a61ac42d51dfe951d728902627ff47fb72df5;p=openorienteering-mapper.git Fix path to help files and QT assistant Forwarded: not-needed 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 2cda566..e6859a9 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)