summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPino Toscano <ptoscano@redhat.com>2020-01-06 14:43:17 +0100
committerCole Robinson <crobinso@redhat.com>2020-01-14 12:40:44 -0500
commit9b7c819c64b8a7bf3d0b0c55d9d722b3e16c3175 (patch)
tree896638e202cf1734b6d9c1c9aa671fc8f6771c21 /setup.py
parenta9cbc4e583b6f5eb8269114ced08d97c875876b3 (diff)
downloadvirt-manager-9b7c819c64b8a7bf3d0b0c55d9d722b3e16c3175.tar.gz
Install the AppStream file to the canonical location
The canonical location for AppStream XML files has been changed to /usr/share/metainfo four years ago at least, with /usr/share/appdata left as legacy location. It is time to switch to the right location. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 275087ba..ff15843f 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ _desktop_files = [
("share/applications", ["data/virt-manager.desktop.in"]),
]
_appdata_files = [
- ("share/appdata", ["data/virt-manager.appdata.xml.in"]),
+ ("share/metainfo", ["data/virt-manager.appdata.xml.in"]),
]