summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-10-16 12:05:05 +0200
committerLubomir Rintel <lkundrak@v3.sk>2017-10-16 12:43:07 +0200
commit7734c464713fc137df0f2d7bbddad2ccb6f4b4c4 (patch)
tree862637fa766bdb2ccd600ff5d7fa0effaccd23d1
parentc5786deb446864ef8ca00c4600c186a341e36cbc (diff)
downloadnetwork-manager-applet-7734c464713fc137df0f2d7bbddad2ccb6f4b4c4.tar.gz
meson: install into /usr/share/appdata, not /usr/share/metainfo
Despite the latter is recommended by the most recent spec, not all the tooling seems to have been updated. The autotools build system also uses the old one. Let's not switch that inconsistently and revert back to the old path for now.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5d273bdb..c0207004 100644
--- a/meson.build
+++ b/meson.build
@@ -464,7 +464,7 @@ custom_target(
output: info,
command: intltool_xml_cmd,
install: true,
- install_dir: join_paths(nma_datadir, 'metainfo')
+ install_dir: join_paths(nma_datadir, 'appdata')
)
schema_conf = configuration_data()