diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 11:00:17 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-10-26 11:00:17 +0000 |
commit | 53d3887290c26ba52c31e82e19e68d90bf5a645a (patch) | |
tree | 4995e937758116b36445723fcede6dbcb06fb20d /data | |
parent | 15278c1f09a33c0fc4d4f72520a757ca0fd6d577 (diff) |
Install telepathy-gabble in libexecdir, adjust .service accordingly
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/org.freedesktop.Telepathy.ConnectionManager.gabble.service.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e9ecced9..d62caa77 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -13,9 +13,9 @@ CLEANFILES = $(BUILT_FILES) EXTRA_DIST = $(service_in_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)|" $< > $@ $(manager_DATA): ../src/gabble-connection-manager.c ../src/write-mgr-file.c $(MAKE) -C ../src write-mgr-file diff --git a/data/org.freedesktop.Telepathy.ConnectionManager.gabble.service.in b/data/org.freedesktop.Telepathy.ConnectionManager.gabble.service.in index 1988259c..925e7a8b 100644 --- a/data/org.freedesktop.Telepathy.ConnectionManager.gabble.service.in +++ b/data/org.freedesktop.Telepathy.ConnectionManager.gabble.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.freedesktop.Telepathy.ConnectionManager.gabble -Exec=@bindir@/telepathy-gabble +Exec=@libexecdir@/telepathy-gabble |