summaryrefslogtreecommitdiffstats
path: root/test/module.defs
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-06-05 10:00:20 -0700
committerJohn Stebbins <[email protected]>2018-06-05 10:00:20 -0700
commit598ab78572f5aafc747cd570092d0cdeaa31f85c (patch)
tree1a6ad6f793d372ea0b71399fad02ef56d59abb7c /test/module.defs
parentde0f25816c7e6e04e1e5e4cfea9a0da75eff3822 (diff)
flatpak: change "appdata" dir to "metainfo"
The specificaion for where appstream files go changed
Diffstat (limited to 'test/module.defs')
-rw-r--r--test/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.defs b/test/module.defs
index 11a4d3383..21bcaa157 100644
--- a/test/module.defs
+++ b/test/module.defs
@@ -43,7 +43,7 @@ TEST.GCC.l += $(foreach m,$(MODULES.NAMES),$($m.OSL.libs))
TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe))
ifeq (1,$(FEATURE.flatpak))
TEST.appdata = $(TEST.src/)fr.handbrake.HandBrakeCLI.appdata.xml
- TEST.install.appdata = $(DESTDIR)$(PREFIX/)share/appdata/$(notdir $(TEST.appdata))
+ TEST.install.appdata = $(DESTDIR)$(PREFIX/)share/metainfo/$(notdir $(TEST.appdata))
endif
###############################################################################