summaryrefslogtreecommitdiff
path: root/plugins/thunar-sendto-email
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-08-26 20:06:12 +0200
committerNick Schermer <nick@xfce.org>2010-08-26 20:15:41 +0200
commitbe47687faab010299fc926b97599d114a909787f (patch)
tree770d9ac199173995965e233fdd4b6a0b3dfd7ae6 /plugins/thunar-sendto-email
parent3826f7e5f812879251231724784c5d27f8c91a2a (diff)
downloadthunar-be47687faab010299fc926b97599d114a909787f.tar.gz
Move helpers from $libexecdir to $libdir/Thunar.
FHS 2.3 forbids files in $libexecdir, so install the files in $libdir.
Diffstat (limited to 'plugins/thunar-sendto-email')
-rw-r--r--plugins/thunar-sendto-email/Makefile.am7
-rw-r--r--plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in2
2 files changed, 6 insertions, 3 deletions
diff --git a/plugins/thunar-sendto-email/Makefile.am b/plugins/thunar-sendto-email/Makefile.am
index ac66591f..ed036648 100644
--- a/plugins/thunar-sendto-email/Makefile.am
+++ b/plugins/thunar-sendto-email/Makefile.am
@@ -9,7 +9,10 @@ INCLUDES = \
-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
$(PLATFORM_CPPFLAGS)
-libexec_PROGRAMS = \
+thunar_sendto_emaildir = \
+ $(libdir)/Thunar
+
+thunar_sendto_email_PROGRAMS = \
thunar-sendto-email
thunar_sendto_email_SOURCES = \
@@ -27,7 +30,7 @@ desktopdir = $(datadir)/Thunar/sendto
desktop_in_in_files = thunar-sendto-email.desktop.in.in
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
%.desktop.in: %.desktop.in.in
- sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
+ sed -e "s,\@libdir\@,$(libdir),g" < $< > $@
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
diff --git a/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in b/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
index fbaf686d..495ef5ee 100644
--- a/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
+++ b/plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in
@@ -3,4 +3,4 @@ Type=Application
Version=1.0
_Name=Mail Recipient
Icon=internet-mail
-Exec=@libexecdir@/thunar-sendto-email %F
+Exec=@libdir@/Thunar/thunar-sendto-email %F