fix metainfo file location

Rename the file to match the <id> tag inside the file.

Install the file in correct location.

This fixes #1025 .
This commit is contained in:
Dominik 'Rathann' Mierzejewski 2020-12-04 14:32:34 +01:00 committed by Peter F. Patel-Schneider
parent 69f889e33f
commit a47f3fa5d1
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def _data_files():
yield 'share/applications', ['share/applications/solaar.desktop'] yield 'share/applications', ['share/applications/solaar.desktop']
yield 'share/solaar/udev-rules.d', ['rules.d/42-logitech-unify-permissions.rules'] yield 'share/solaar/udev-rules.d', ['rules.d/42-logitech-unify-permissions.rules']
yield 'share/metainfo/io.github.pwr_solaar.solaar.metainfo.xml', ['share/solaar/metainfo.xml'] yield 'share/metainfo', ['share/solaar/io.github.pwr_solaar.solaar.metainfo.xml']
del _dirname del _dirname