summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2019-06-03 23:27:15 +0200
committerAlexander Schwinn <alexxcons@xfce.org>2019-06-04 21:53:31 +0200
commit95676ef52e95c27a7b9db379d4f6218854bc3fb5 (patch)
treead5f2a8832764a7a2f253e7198afec1fac62c654 /Makefile.am
parent7bb356d918eb4a8b2aa26ab600738edb7cb48eec (diff)
downloadthunar-95676ef52e95c27a7b9db379d4f6218854bc3fb5.tar.gz
mismatched names between thunar.appdata.xml and thunar.desktop
(Bug #15498)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4744c0ce..63076bf0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,8 +48,8 @@ dist-hook: ChangeLog
desktopdir = $(datadir)/applications
desktop_in_in_files = \
- Thunar.desktop.in.in \
- Thunar-bulk-rename.desktop.in.in
+ thunar.desktop.in.in \
+ thunar-bulk-rename.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
%.desktop.in: %.desktop.in.in Makefile
$(AM_V_GEN) $(SED) -e "s,\@HELPERDIR\@,$(HELPER_PATH_PREFIX),g" < $< > $@