diff options
author | monsta <[email protected]> | 2018-12-20 17:29:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-20 17:29:38 +0300 |
commit | 94c2f1c40bd501a77748b9270b6c6e06f5fe3fad (patch) | |
tree | 8408a7a2826177356a6cdd3c4007d12bbd45ae11 | |
parent | 56d9ca7e79e7f3ccf2f43d9b4ee9911d593055a1 (diff) | |
download | caja-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.am | 2 |
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) |