summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-12-20 17:29:05 +0300
committermonsta <[email protected]>2018-12-20 17:29:38 +0300
commit94c2f1c40bd501a77748b9270b6c6e06f5fe3fad (patch)
tree8408a7a2826177356a6cdd3c4007d12bbd45ae11
parent56d9ca7e79e7f3ccf2f43d9b4ee9911d593055a1 (diff)
downloadcaja-94c2f1c40bd501a77748b9270b6c6e06f5fe3fad.tar.bz2
caja-94c2f1c40bd501a77748b9270b6c6e06f5fe3fad.tar.xz
move appdata to metainfo directory
fixes https://github.com/mate-desktop/caja/issues/921
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 757958ba..42a9dea2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -38,7 +38,7 @@ cajadata_DATA = \
$(NULL)
# app data file
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
appdata_in_files = caja.appdata.xml.in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)