Fix path to help files and QT assistant
authorGraham Inggs <ginggs@debian.org>
Wed, 27 May 2020 10:07:46 +0000 (11:07 +0100)
committerGraham Inggs <ginggs@debian.org>
Wed, 27 May 2020 10:07:46 +0000 (11:07 +0100)
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

index b9c455cc0998d163fdb1017bdd0efda8752eed0d..86ec15e93172c1b1743b3d987e5527731e55a607 100644 (file)
@@ -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)