Use reverse-DNS for mime file

This commit is contained in:
André Apitzsch
2020-11-01 14:45:16 +01:00
committed by Nick Hall
parent 2b50f55991
commit 6fdde84334
3 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ def build_intl(build_cmd):
base = build_cmd.build_base
merge_files = (('data/org.gramps_project.Gramps.desktop', 'share/applications', '--desktop'),
('data/gramps.xml', 'share/mime/packages', '--xml'),
('data/org.gramps_project.Gramps.xml', 'share/mime/packages', '--xml'),
('data/org.gramps_project.Gramps.appdata.xml', 'share/metainfo', '--xml'))
for filename, target, option in merge_files: