diff options
author | raveit65 <[email protected]> | 2020-01-21 15:09:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 21:40:43 +0200 |
commit | 3805838255dcbfeb5dcfed8a112e3f65d5ef03ff (patch) | |
tree | cae6aed9fd9bfc821a5c8d08bb8d77d8fdf6793d /data | |
parent | 4fb362e1998bb5b46ecb732d6e08b6014c815e15 (diff) | |
download | caja-3805838255dcbfeb5dcfed8a112e3f65d5ef03ff.tar.bz2 caja-3805838255dcbfeb5dcfed8a112e3f65d5ef03ff.tar.xz |
build: fix wrong executing dir in caja.desktop
make distcheck use /usr/local/bin and tarball include
caja.desktop with that wrong dir after
https://github.com/mate-desktop/caja/commit/abc7f2a
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 80cdba57..cde6a0e4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -59,8 +59,6 @@ $(appdata_DATA): $(appdata_in_files) $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ EXTRA_DIST = $(cajadata_DATA) \ - caja.desktop \ - caja.desktop.in \ caja.css \ freedesktop-dbus-interfaces.xml \ $(xml_in_files) \ |