From 3891bd9fd2b325d18d734b4de9c52a0162cebd3b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 9 Sep 2009 09:52:36 -0500 Subject: Putting the dbus service (correctly) in the libexec directory instead of the bin directory. --- data/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 6177c6d..094a434 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,3 +2,9 @@ SUBDIRS = icons dbus_servicesdir = $(DBUSSERVICEDIR) dbus_services_DATA = indicator-messages.service + +%.service: %.service.in + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +EXTRA_DIST = indicator-messages.service.in + -- cgit v1.2.3