telepathy-gabble: sed pluginexecdir in run-gabble.sh

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 11 04:26:45 PDT 2012


Module: telepathy-gabble
Branch: master
Commit: 217f39faabeece4946030ea14b6f26bda40fa276
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=217f39faabeece4946030ea14b6f26bda40fa276

Author: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
Date:   Tue Sep 11 10:14:48 2012 +0200

sed pluginexecdir in run-gabble.sh

Commit 352d2da805561ec0164a6e800cd3c3e3bbc629f3 starting using
pluginexecdir instead of ${libdir}/telepathy/gabble-0. Unfortunately the
generation of run-gabble.sh wasn't adapated

---

 tests/twisted/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 56d49b4..bf7552c 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -456,6 +456,7 @@ tools/run-gabble.sh: tools/run-gabble.sh.in
 	@mkdir -p tools
 	$(AM_V_GEN)sed \
 		-e "s|[@]gabbletestsdir[@]|@gabbletestsdir@|g" \
+		-e "s|[@]pluginexecdir[@]|@pluginexecdir@|g" \
 		-e "s|[@]libdir[@]|$(libdir)|g" \
 		$< > $@
 	@chmod +x $@



More information about the telepathy-commits mailing list