forked from pool/mygnuhealth
8ad6c5368a
* doc_path.diff added OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=16
15 lines
734 B
Diff
15 lines
734 B
Diff
diff -U 3 -dHrN -- a/setup.py b/setup.py
|
|
--- a/setup.py 2021-07-08 00:55:24.000000000 +0200
|
|
+++ b/setup.py 2021-07-08 09:44:15.828710409 +0200
|
|
@@ -53,8 +53,8 @@
|
|
zip_safe=False,
|
|
data_files=[
|
|
('share/applications', ['org.kde.mygnuhealth.desktop']),
|
|
- ('share/doc/mygnuhealth', ['doc/mygnuhealth.rst']),
|
|
- ('share/doc/mygnuhealth/images', glob('doc/images/*', recursive=True)),
|
|
+ ('share/doc/packages/mygnuhealth', ['doc/mygnuhealth.rst']),
|
|
+ ('share/doc/packages/mygnuhealth/images', glob('doc/images/*', recursive=True)),
|
|
('share/metainfo', ['org.kde.mygnuhealth.metainfo.xml']),
|
|
('share/icons/hicolor/scalable/apps/',
|
|
['mygnuhealth/images/mygnuhealth.svg']),
|