Package: accounts-qml-module / 0.7+git20231028.05e79eb-6

2001_fix-api-doc-installation-patch.patch Patch series | download
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