telepathy-gabble: sed pluginexecdir in run-gabble.sh
Sjoerd Simons
sjoerd at kemper.freedesktop.org
Tue Sep 11 02:59:56 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: a8bab9887ce33c580b74e43d75fe4b64a1edfecb
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a8bab9887ce33c580b74e43d75fe4b64a1edfecb
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 158857b..50b7920 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -453,6 +453,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