diff options
author | monsta <[email protected]> | 2018-12-20 17:29:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-12-20 17:29:05 +0300 |
commit | d054f1458405b6dfa2ceccfb342eb2a28e742158 (patch) | |
tree | 76a6eb9f291006655fdd4bee9196f4c338f7aa89 /data | |
parent | 750c0341d3f78520f8d2f28d1d1dce7508e518f7 (diff) | |
download | caja-d054f1458405b6dfa2ceccfb342eb2a28e742158.tar.bz2 caja-d054f1458405b6dfa2ceccfb342eb2a28e742158.tar.xz |
move appdata to metainfo directory
fixes https://github.com/mate-desktop/caja/issues/921
Diffstat (limited to 'data')
-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) |