diff options
author | raveit65 <[email protected]> | 2020-01-21 15:09:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-21 15:09:02 +0100 |
commit | 0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0 (patch) | |
tree | 8dc8a569b65e57f526c7a54ce0036eb3b98d175c /data/Makefile.am | |
parent | dc73321da1ae7a6f7f16e7467847b15e8fa376a3 (diff) | |
download | caja-0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0.tar.bz2 caja-0f79f6e8f0b730f1b8b6b36c4705b89bed382cb0.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/Makefile.am')
-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) \ |