From: Graham Inggs Date: Wed, 27 May 2020 10:07:46 +0000 (+0100) Subject: Fix path to help files and QT assistant X-Git-Tag: archive/raspbian/0.9.3-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d3c92b4ff572fc42e5992035eb41f6576549e361;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 b9c455c..86ec15e 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)