diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2012-09-11 10:14:48 +0200 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-11 11:20:30 +0100 |
commit | 217f39faabeece4946030ea14b6f26bda40fa276 (patch) | |
tree | 6c8045d9935fab0f4324d79e499ac448c5bb0f16 | |
parent | ccc8f443c94d14d9dd94a5f4fbc84183159e8d33 (diff) |
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
-rw-r--r-- | 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 56d49b433..bf7552c24 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 $@ |