File: 2001_fix-api-doc-installation-patch.patch

package info (click to toggle)
accounts-qml-module 0.7%2Bgit20231028.05e79eb-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: cpp: 3,817; makefile: 33; sh: 5
file content (15 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Make API doc installation path suitable for Debian.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -13,7 +13,7 @@
 }
 
 docs.files = $$PWD/html
-docs.path = $${INSTALL_PREFIX}/share/accounts-qml-module/doc
+docs.path = $${INSTALL_PREFIX}/share/doc/accounts-qml-module
 docs.depends = docs-html
 
 INSTALLS += docs