summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-26 11:04:38 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-26 11:04:38 +0000
commite5ad1bc2c7c4010d96550f16ea3f7b7ec1687410 (patch)
tree5a5d795f64af24dd44d15c4b600f171b7fba6e87 /data
parentc2d95a4b96eae6f5e692ace9f200589695cc6f6f (diff)
Move CM executable to $libexecdir, adjust .service accordingly
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/org.freedesktop.Telepathy.ConnectionManager.idle.service.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 72b0a80..b949137 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,9 +10,9 @@ service_in_files = org.freedesktop.Telepathy.ConnectionManager.idle.service.in
service_DATA = $(BUILT_FILES)
CLEANFILES = $(BUILT_FILES)
-# Rule to make the service file with bindir expanded
+# Rule to make the service file with libexecdir expanded
$(service_DATA): $(service_in_files) Makefile
- @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
+ @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
EXTRA_DIST= \
${service_in_files} \
diff --git a/data/org.freedesktop.Telepathy.ConnectionManager.idle.service.in b/data/org.freedesktop.Telepathy.ConnectionManager.idle.service.in
index 27afc08..4d80601 100644
--- a/data/org.freedesktop.Telepathy.ConnectionManager.idle.service.in
+++ b/data/org.freedesktop.Telepathy.ConnectionManager.idle.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.ConnectionManager.idle
-Exec=@bindir@/telepathy-idle
+Exec=@libexecdir@/telepathy-idle