From d3c92b4ff572fc42e5992035eb41f6576549e361 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Wed, 27 May 2020 11:07:46 +0100 Subject: [PATCH] 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2